org.ow2.util.pool.impl.enhanced.impl.keepbusy
Class PoolItemInfo

java.lang.Object
  extended by org.ow2.util.pool.impl.enhanced.impl.keepbusy.PoolItemInfo

public class PoolItemInfo
extends java.lang.Object

Author:
Gael Lalire

Constructor Summary
PoolItemInfo()
           
 
Method Summary
 void addStackTraceElements(java.lang.Throwable throwable)
           
 int getBusyCount()
           
 java.util.List<java.lang.Throwable> getThrowableList()
           
 boolean isRemoved()
           
 void setBusyCount(int busyCount)
           
 void setRemoved(boolean removed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolItemInfo

public PoolItemInfo()
Method Detail

getBusyCount

public int getBusyCount()
Returns:
the busyCount

setBusyCount

public void setBusyCount(int busyCount)
Parameters:
busyCount - the busyCount to set

isRemoved

public boolean isRemoved()
Returns:
the removed

setRemoved

public void setRemoved(boolean removed)
Parameters:
removed - the removed to set

addStackTraceElements

public void addStackTraceElements(java.lang.Throwable throwable)

getThrowableList

public java.util.List<java.lang.Throwable> getThrowableList()


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.