KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > MBeanServerFactory

javax.management
Class MBeanServerFactory

java.lang.Object
  extended by javax.management.MBeanServerFactory
See Also:
Top Examples, Source Code, InstantiationException, ClassNotFoundException, Class.newInstance(), Class.forName(), Thread.currentThread().getContextClassLoader(), MBeanServerBuilder

public static MBeanServer createMBeanServer()
See Also:
MBeanServerBuilder, ClassCastException, newMBeanServer, newMBeanServerDelegate, JMRuntimeException, MBeanServerPermission, SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static MBeanServer createMBeanServer(String domain)
See Also:
MBeanServerBuilder, ClassCastException, newMBeanServer, newMBeanServerDelegate, JMRuntimeException, MBeanServerPermission, SecurityException, MBeanServer.getDefaultDomain()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ArrayList findMBeanServer(String agentId)
See Also:
MBeanServerPermission, SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ClassLoaderRepository getClassLoaderRepository(MBeanServer server)
See Also:
NullPointerException, MBeanPermission, SecurityException, server.getClassLoaderRepository()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static MBeanServer newMBeanServer()
See Also:
MBeanServerBuilder, ClassCastException, newMBeanServer, newMBeanServerDelegate, JMRuntimeException, MBeanServerPermission, SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static MBeanServer newMBeanServer(String domain)
See Also:
MBeanServerBuilder, ClassCastException, newMBeanServer, newMBeanServerDelegate, JMRuntimeException, MBeanServerPermission, SecurityException, MBeanServer.getDefaultDomain()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void releaseMBeanServer(MBeanServer mbeanServer)
See Also:
MBeanServerPermission, SecurityException, IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags