Package org.glassfish.admin.amx.j2ee
Interface J2EEApplication
- All Superinterfaces:
org.glassfish.admin.amx.core.AMX_SPI,org.glassfish.admin.amx.core.AMXProxy,J2EEDeployedObject,J2EEManagedObject,StateManageable
@AMXMBeanMetadata(type="J2EEApplication")
public interface J2EEApplication
extends J2EEDeployedObject
-
Field Summary
Fields inherited from interface org.glassfish.admin.amx.j2ee.StateManageable
STATE_FAILED, STATE_RUNNING, STATE_STARTING, STATE_STOPPED, STATE_STOPPING -
Method Summary
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.J2EEDeployedObject
getCorrespondingConfig, getdeploymentDescriptor, getserverMethods inherited from interface org.glassfish.admin.amx.j2ee.J2EEManagedObject
getobjectName, iseventProvider, isstateManageable, isstatisticsProviderMethods inherited from interface org.glassfish.admin.amx.j2ee.StateManageable
getstartTime, getstate, start, startRecursive, stop
-
Method Details
-
getmodules
- Returns:
- the ObjectNames of the modules, as Strings
Note that the Attribute name is case-sensitive "modules" as defined by JSR 77.
-