org.ow2.util.pool.api
Interface IPoolState


public interface IPoolState

State for a given pool.

Author:
Florent Benoit

Method Summary
 int getAvailableItemCount()
           
 int getBusyItemCount()
           
 int getCreatingItemCount()
           
 int getExpectedItemCount()
           
 FactoryState getFactoryState()
           
 int getRemovingItemCount()
           
 void setAvailableItemCount(int availableItemCount)
           
 void setBusyItemCount(int busyItemCount)
           
 void setCreatingItemCount(int creatingItemCount)
           
 void setExpectedItemCount(int expectedItemCount)
           
 void setFactoryState(FactoryState factoryState)
           
 void setRemovingItemCount(int removingItemCount)
           
 

Method Detail

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.