org.ow2.util.pool.impl.enhanced.impl.keepbusy
Class PoolItemInfo
java.lang.Object
org.ow2.util.pool.impl.enhanced.impl.keepbusy.PoolItemInfo
public class PoolItemInfo
- extends java.lang.Object
- Author:
- Gael Lalire
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PoolItemInfo
public PoolItemInfo()
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.