com.pega.pegarules.management
Class RequestorPools
java.lang.Object
MBeanHelper
com.pega.pegarules.management.RequestorPools
public class RequestorPools
- extends MBeanHelper
Method Summary |
java.lang.String |
Clear(java.lang.String aPackageName)
This method will remove the specified requestor pool from the system. |
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 |
Status()
This method returns the status of the requestor pools in the system,
showing which are idle or active, any timeouts, etc. |
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
RequestorPools
public RequestorPools()
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()
Status
public java.lang.String Status()
- This method returns the status of the requestor pools in the system,
showing which are idle or active, any timeouts, etc.
- Since:
- PRPC v5.1
Clear
public java.lang.String Clear(java.lang.String aPackageName)
- This method will remove the specified requestor pool from the system.
- Parameters:
aPackageName
- The name of the Service Package which created the Requestor Pool.- Since:
- PRPC v5.1