org.ow2.util.pool.api
Interface IPoolState
public interface IPoolState
State for a given pool.
- Author:
- Florent Benoit
getCreatingItemCount
int getCreatingItemCount()
getAvailableItemCount
int getAvailableItemCount()
getBusyItemCount
int getBusyItemCount()
getRemovingItemCount
int getRemovingItemCount()
getFactoryState
FactoryState getFactoryState()
getExpectedItemCount
int getExpectedItemCount()
setCreatingItemCount
void setCreatingItemCount(int creatingItemCount)
setAvailableItemCount
void setAvailableItemCount(int availableItemCount)
setBusyItemCount
void setBusyItemCount(int busyItemCount)
setRemovingItemCount
void setRemovingItemCount(int removingItemCount)
setFactoryState
void setFactoryState(FactoryState factoryState)
setExpectedItemCount
void setExpectedItemCount(int expectedItemCount)
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.