org.glassfish.admin.amx.j2ee
Interface J2EEApplication

All Superinterfaces:
AMX_SPI, 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
 java.lang.String[] getmodules()
           
 
Methods inherited from interface org.glassfish.admin.amx.j2ee.J2EEDeployedObject
getCorrespondingConfig, getdeploymentDescriptor, getserver
 
Methods inherited from interface org.glassfish.admin.amx.j2ee.J2EEManagedObject
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
 
Methods 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, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getName, getParent
 
Methods inherited from interface org.glassfish.admin.amx.j2ee.StateManageable
getstartTime, getstate, start, startRecursive, stop
 

Method Detail

getmodules

@ManagedAttribute
java.lang.String[] getmodules()
Returns:
the ObjectNames of the modules, as Strings

Note that the Attribute name is case-sensitive "modules" as defined by JSR 77.



Copyright © 2012 GlassFish Community. All Rights Reserved.