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