@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, stopApp
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
@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 © 2021. All rights reserved.