@Service
@RunLevel(mode=0,
value=20)
public final class JMXStartupService
extends Object
implements org.glassfish.hk2.api.PostConstruct
BootAMXMBean, and starting JMXConnectors,
which will initialize (boot) AMX when a connection arrives.| Modifier and Type | Class and Description |
|---|---|
static class |
JMXStartupService.JMXConnectorStatus |
| Modifier and Type | Field and Description |
|---|---|
static String |
JMX_CONNECTOR_SERVER_PREFIX |
| Constructor and Description |
|---|
JMXStartupService() |
| Modifier and Type | Method and Description |
|---|---|
static Set<ObjectName> |
getJMXConnectorServers(MBeanServer server) |
static JMXServiceURL[] |
getJMXServiceURLs(MBeanServer server)
Return the JMXServiceURLs for all connectors we've loaded.
|
void |
postConstruct() |
void |
waitUntilJMXConnectorStarted() |
public static final String JMX_CONNECTOR_SERVER_PREFIX
public void waitUntilJMXConnectorStarted()
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic static final Set<ObjectName> getJMXConnectorServers(MBeanServer server)
public static JMXServiceURL[] getJMXServiceURLs(MBeanServer server)
Copyright © 2019. All rights reserved.