Uses of Interface
com.metamatrix.common.queue.WorkerPool

Packages that use WorkerPool
com.metamatrix.common.comm.platform.socket.server   
com.metamatrix.common.queue   
 

Uses of WorkerPool in com.metamatrix.common.comm.platform.socket.server
 

Constructors in com.metamatrix.common.comm.platform.socket.server with parameters of type WorkerPool
SocketClientInstance(ObjectChannel objectSocket, WorkerPool workerPool, ClientServiceRegistry server, boolean isClientEncryptionEnabled, SessionServiceInterface sessionService)
           
SocketListener(int port, java.lang.String bindAddress, ClientServiceRegistry server, int inputBufferSize, int outputBufferSize, WorkerPool workerPool, javax.net.ssl.SSLEngine engine, boolean isClientEncryptionEnabled, SessionServiceInterface sessionService)
           
 

Uses of WorkerPool in com.metamatrix.common.queue
 

Methods in com.metamatrix.common.queue that return WorkerPool
static WorkerPool WorkerPoolFactory.newWorkerPool(java.lang.String name, int numThreads, long keepAlive)
          Creates a WorkerPool that prefers thread reuse over thread creation based upon the given parameters
static WorkerPool WorkerPoolFactory.newWorkerPool(java.lang.String name, int numThreads, long keepAlive, boolean preferExistingThreads)
           
 



Copyright © 2009. All Rights Reserved.