Package org.apache.uima.util.impl
Interface CasPoolManagementImplMBean
-
- All Known Implementing Classes:
CasPoolManagementImpl
public interface CasPoolManagementImplMBean
JMX MBean interface for monitoring CASPool state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAvailableInstances()
Get the number of CAS instances currently available in the pool.int
getPoolSize()
Get the total size of the CAS Pool.
-