| java.lang.Object org.xcache.CacheServerMBeanProxyFactory
CacheServerMBeanProxyFactory | final public class CacheServerMBeanProxyFactory (Code) | | A Mbean proxy factory, which creates and registers an appropriated mbean
for a given
Server instance.
This class is for test purpose only, and will be modified or discarded in future versions
author: grro@xsocket.org |
createAndRegister | public static void createAndRegister(CacheServer server) throws JMException(Code) | | creates and registers a mbean for the given server on the platform MBeanServer
Parameters: server - the server to register throws: JMException - if an jmx exception occurs |
createAndRegister | public static void createAndRegister(CacheServer server, String domain) throws JMException(Code) | | creates and registers a mbean for the given server on the platform MBeanServer
under the given domain name
Parameters: server - the server to register Parameters: domain - the domain name to use throws: JMException - if an jmx exception occurs |
createAndRegister | public static void createAndRegister(MBeanServer mbeanServer, CacheServer server, String domain) throws JMException(Code) | | creates and registers a mbean for the given server on the given MBeanServer
under the given domain name
Parameters: mbeanServer - the mbean server to use Parameters: server - the server to register Parameters: domain - the domain name to use throws: JMException - if an jmx exception occurs |
|
|