| org.jboss.ejb.plugins.AbstractInstancePoolMBean
All known Subclasses: org.jboss.ejb.plugins.AbstractInstancePool,
AbstractInstancePoolMBean | public interface AbstractInstancePoolMBean extends org.jboss.system.ServiceMBean(Code) | | MBean interface.
|
clear | void clear()(Code) | | Clear the pool - does not remove inuse contexts
|
getAvailableCount | long getAvailableCount()(Code) | | Get the current avaiable count from the strict max view. If there is no strict max then this will be Long.MAX_VALUE to indicate there is no restriction.
the current avaiable count from the strict max view |
getCurrentSize | int getCurrentSize()(Code) | | |
getMaxSize | int getMaxSize()(Code) | | |
|
|