@AMXMBeanMetadata(type="J2EEServer") public interface J2EEServer extends J2EELogicalServer
STATE_FAILED, STATE_RUNNING, STATE_STARTING, STATE_STOPPED, STATE_STOPPING| Modifier and Type | Method and Description |
|---|---|
ObjectName |
getCorrespondingConfig() |
String[] |
getdeployedObjects()
Note that the Attribute name is case-sensitive
"deployedObjects" as defined by JSR 77.
|
String[] |
getjavaVMs()
In 8.1, there will only ever be one JVM for a J2EEServer.
|
String |
getjvm()
There is always a single JVM for a J2EEServer.
|
String[] |
getresources()
Note that the Attribute name is case-sensitive
"resources" as defined by JSR 77.
|
String |
getserverVendor()
Note that the Attribute name is case-sensitive
"serverVendor" as defined by JSR 77.
|
String |
getserverVersion()
Note that the Attribute name is case-sensitive
"serverVersion" as defined by JSR 77.
|
void |
restart()
Restart the server.
|
startApp, stopAppgetobjectName, iseventProvider, isstateManageable, isstatisticsProvideras, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, validgetChildren, getName, getParentgetstartTime, getstate, start, startRecursive, stop@ManagedOperation void restart()
@ManagedAttribute String[] getdeployedObjects()
@ManagedAttribute String[] getjavaVMs()
@ManagedAttribute String getjvm()
@ManagedAttribute String[] getresources()
@ManagedAttribute String getserverVendor()
@ManagedAttribute String getserverVersion()
@ManagedAttribute @Description(value="Get the ObjectName of the corresponding config MBean, if any") ObjectName getCorrespondingConfig()
Copyright © 2018 Eclipse Foundation. All rights reserved.