com.pega.pegarules.management
Class SystemManagement
java.lang.Object
MBeanHelper
com.pega.pegarules.management.SystemManagement
public class SystemManagement
- extends MBeanHelper
Method Summary |
java.lang.String |
getCategory()
|
java.lang.String |
getMajorVersion()
|
java.lang.String |
getMinorVersion()
|
java.lang.String |
getName()
|
void |
setCategory(java.lang.String aCategory)
|
java.lang.String |
SystemStatus()
This method returns an XML document that contains information about the System
Status, such as node information (start time, memory, number of agents, etc.),
requestor starts, build information, and Java VM information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
SystemManagement
public SystemManagement()
getCategory
public java.lang.String getCategory()
setCategory
public void setCategory(java.lang.String aCategory)
getName
public java.lang.String getName()
getMajorVersion
public java.lang.String getMajorVersion()
getMinorVersion
public java.lang.String getMinorVersion()
SystemStatus
public java.lang.String SystemStatus()
- This method returns an XML document that contains information about the System
Status, such as node information (start time, memory, number of agents, etc.),
requestor starts, build information, and Java VM information.
- Since:
- PRPC v5.1