Uses of Class
org.apache.qpid.pool.ReferenceCountingExecutorService

Packages that use ReferenceCountingExecutorService
org.apache.qpid.pool   
 

Uses of ReferenceCountingExecutorService in org.apache.qpid.pool
 

Methods in org.apache.qpid.pool that return ReferenceCountingExecutorService
static ReferenceCountingExecutorService ReferenceCountingExecutorService.getInstance()
          Retrieves the singleton instance of this reference counter.
 

Constructors in org.apache.qpid.pool with parameters of type ReferenceCountingExecutorService
Job(ReferenceCountingExecutorService poolReference, int maxEvents, boolean readJob)
           
 



Licensed to the Apache Software Foundation