|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.ubik.net.Pool
org.sapia.ubik.net.ThreadPool
org.sapia.ubik.rmi.server.transport.socket.SocketRmiServerThreadPool
public class SocketRmiServerThreadPool
Implements a pool of SocketRmiServerThreads in a SocketRmiServer instance.
| Field Summary |
|---|
| Fields inherited from class org.sapia.ubik.net.Pool |
|---|
_currentCount, _lastUsageTime, _maxSize, _objects, NO_MAX, NO_TIME_OUT |
| Constructor Summary | |
|---|---|
SocketRmiServerThreadPool(java.lang.String name,
boolean daemon,
int maxSize)
Constructor for RMIServerThreadPool. |
|
| Method Summary | |
|---|---|
protected PooledThread |
newThread()
This method must be overridden by inheriting classes; the returned thread must not be started by this method; the pool implements this behavior. |
| Methods inherited from class org.sapia.ubik.net.ThreadPool |
|---|
disableStats, doNewObject, enabledStats, getDurationStat, getRpsStat, getThreadCount, onAcquire, onRelease, shutdown, shutdown |
| Methods inherited from class org.sapia.ubik.net.Pool |
|---|
acquire, acquire, acquireCreate, cleanup, fill, getCreatedCount, getLastUsageTime, release, shrinkTo, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SocketRmiServerThreadPool(java.lang.String name,
boolean daemon,
int maxSize)
name - daemon - maxSize - | Method Detail |
|---|
protected PooledThread newThread()
throws java.lang.Exception
ThreadPool
newThread in class ThreadPoolPooledThread instance.
java.lang.ExceptionThreadPool.newThread()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||