org.glassfish.admin.amx.j2ee
Interface J2EEModule

All Superinterfaces:
AMX_SPI, AMXProxy, J2EEDeployedObject, J2EEManagedObject, StateManageable
All Known Subinterfaces:
AppClientModule, EJBModule, ResourceAdapterModule, WebModule

public interface J2EEModule
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
 String[] getjavaVMs()
          Note that the Attribute name is case-sensitive "javaVM" as defined by JSR 77.
 
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

getjavaVMs

@ManagedAttribute
String[] getjavaVMs()
Note that the Attribute name is case-sensitive "javaVM" as defined by JSR 77.

Returns:
String[] of ObjectName


Copyright © 2012. All Rights Reserved.