public interface J2EEDeployedObject extends J2EEManagedObject, StateManageable
STATE_FAILED, STATE_RUNNING, STATE_STARTING, STATE_STOPPED, STATE_STOPPING
Modifier and Type | Method and Description |
---|---|
ObjectName |
getCorrespondingConfig() |
String |
getdeploymentDescriptor()
The deploymentDescriptor string must contain the original XML
deployment descriptor that was created for this module during
the deployment process.
|
String |
getserver()
The J2EEServer this module is deployed on.
|
getobjectName, iseventProvider, isstateManageable, isstatisticsProvider
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
getChildren, getName, getParent
getstartTime, getstate, start, startRecursive, stop
@ManagedAttribute String getdeploymentDescriptor()
Note that the Attribute name is case-sensitive "deploymentDescriptor" as defined by JSR 77.
@ManagedAttribute String getserver()
Note that the Attribute name is case-sensitive "server" as defined by JSR 77.
@ManagedAttribute @Description(value="Get the ObjectName of the corresponding config MBean, if any") ObjectName getCorrespondingConfig()
Copyright © 2019. All rights reserved.