org.glassfish.admin.mbeanserver
Class JMXStartupService
java.lang.Object
org.glassfish.admin.mbeanserver.JMXStartupService
- All Implemented Interfaces:
- org.glassfish.hk2.PostConstruct
@Service
public final class JMXStartupService
- extends Object
- implements org.jvnet.hk2.component.PostConstruct
Responsible for creating the BootAMXMBean, and starting JMXConnectors,
which will initialize (boot) AMX when a connection arrives.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMX_CONNECTOR_SERVER_PREFIX
public static final String JMX_CONNECTOR_SERVER_PREFIX
- See Also:
- Constant Field Values
JMXStartupService
public JMXStartupService()
postConstruct
public void postConstruct()
- Specified by:
postConstruct in interface org.glassfish.hk2.PostConstruct
getJMXConnectorServers
public static final Set<ObjectName> getJMXConnectorServers(MBeanServer server)
getJMXServiceURLs
public static JMXServiceURL[] getJMXServiceURLs(MBeanServer server)
- Return the JMXServiceURLs for all connectors we've loaded.
Copyright © 2012. All Rights Reserved.