Package org.glassfish.external.amx
Interface BootAMXMBean
-
@Taxonomy(stability=UNCOMMITTED) public interface BootAMXMBean
MBean responsible for booting the AMX system. To get its ObjectName, useAMXGlassfish.getBootAMXMBeanObjectName().
-
-
Field Summary
Fields Modifier and Type Field Description static StringBOOT_AMX_OPERATION_NAMEsame as method above
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectNamebootAMX()Start AMX and return the ObjectName of DomainRoot.JMXServiceURL[]getJMXServiceURLs()
-
-
-
Field Detail
-
BOOT_AMX_OPERATION_NAME
static final String BOOT_AMX_OPERATION_NAME
same as method above- See Also:
- Constant Field Values
-
-
Method Detail
-
bootAMX
ObjectName bootAMX()
Start AMX and return the ObjectName of DomainRoot.
-
getJMXServiceURLs
JMXServiceURL[] getJMXServiceURLs()
-
-