org.apache.openejb.server
Class ServicePool.Pool
java.lang.Object
org.apache.openejb.server.ServicePool.Pool
- Enclosing class:
- ServicePool
public class ServicePool.Pool
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServicePool.Pool
public ServicePool.Pool()
isShutdown
public boolean isShutdown()
isTerminating
public boolean isTerminating()
isTerminated
public boolean isTerminated()
getPoolSize
public int getPoolSize()
getCorePoolSize
public int getCorePoolSize()
getMaximumPoolSize
public int getMaximumPoolSize()
getKeepAliveTime
public long getKeepAliveTime(TimeUnit unit)
getQueueSize
public int getQueueSize()
getActiveCount
public int getActiveCount()
getLargestPoolSize
public int getLargestPoolSize()
getTaskCount
public long getTaskCount()
getCompletedTaskCount
public long getCompletedTaskCount()
setMaximumPoolSize
public void setMaximumPoolSize(int maximumPoolSize)
setCorePoolSize
public void setCorePoolSize(int corePoolSize)
allowCoreThreadTimeOut
public void allowCoreThreadTimeOut(boolean value)
setKeepAliveTime
public void setKeepAliveTime(long time)
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.