org.apache.uima.util.impl
Interface CasPoolManagementImplMBean

All Known Implementing Classes:
CasPoolManagementImpl

public interface CasPoolManagementImplMBean

JMX MBean interface for monitoring CASPool state.


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.
 

Method Detail

getPoolSize

int getPoolSize()
Get the total size of the CAS Pool.

Returns:
the pool size

getAvailableInstances

int getAvailableInstances()
Get the number of CAS instances currently available in the pool.

Returns:
the number of available CAS instances


Copyright © 2013. All Rights Reserved.