Package org.glassfish.admin.amx.j2ee
Interface J2EEDomain
- All Superinterfaces:
org.glassfish.admin.amx.core.AMX_SPI,org.glassfish.admin.amx.core.AMXProxy,J2EEManagedObject
@AMXMBeanMetadata(type="J2EEDomain",
singleton=true)
public interface J2EEDomain
extends J2EEManagedObject
The discovery and navigation of all managed objects in the J2EE
management system begins with the J2EEDomain.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionString[]Note that the Attribute name is case-sensitive "servers" as defined by JSR 77.Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getName, getParentMethods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, validMethods inherited from interface org.glassfish.admin.amx.j2ee.J2EEManagedObject
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
-
Method Details
-
getservers
Note that the Attribute name is case-sensitive "servers" as defined by JSR 77.- Returns:
- the ObjectNames of the J2EEServers, as Strings
-
getCorrespondingConfig
@ManagedAttribute @Description("Get the ObjectName of the corresponding config MBean, if any") ObjectName getCorrespondingConfig()
-