|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.util.impl.CasPoolManagementImpl
public class CasPoolManagementImpl
Implements Monitoring/Management interface to a CasPool.
Constructor Summary | |
---|---|
CasPoolManagementImpl(CasPool aCasPool,
java.lang.String aUniqueMBeanName)
|
Method Summary | |
---|---|
int |
getAvailableInstances()
Get the number of CAS instances currently available in the pool. |
int |
getPoolSize()
Get the total size of the CAS Pool. |
java.lang.String |
getUniqueMBeanName()
Gets a valid JMX MBean name that is unique among all ManagementObjects in this JVM. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CasPoolManagementImpl(CasPool aCasPool, java.lang.String aUniqueMBeanName)
Method Detail |
---|
public int getAvailableInstances()
CasPoolManagement
getAvailableInstances
in interface CasPoolManagement
getAvailableInstances
in interface CasPoolManagementImplMBean
public int getPoolSize()
CasPoolManagement
getPoolSize
in interface CasPoolManagement
getPoolSize
in interface CasPoolManagementImplMBean
public java.lang.String getUniqueMBeanName()
ManagementObject
If you are running with JRE 1.5, this is the name used to register this object with the platform MBeanServer.
getUniqueMBeanName
in interface ManagementObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |