Package com.swiftmq.client.thread
Class IntraVMPoolManager
- java.lang.Object
-
- com.swiftmq.client.thread.PoolManager
-
- com.swiftmq.client.thread.IntraVMPoolManager
-
public class IntraVMPoolManager extends PoolManager
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IntraVMPoolManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreadPool
getConnectionPool()
ThreadPool
getConnectorPool()
ThreadPool
getSessionPool()
-
Methods inherited from class com.swiftmq.client.thread.PoolManager
getInstance, reset, setIntraVM
-
-
-
-
Method Detail
-
getConnectorPool
public ThreadPool getConnectorPool()
- Specified by:
getConnectorPool
in classPoolManager
-
getConnectionPool
public ThreadPool getConnectionPool()
- Specified by:
getConnectionPool
in classPoolManager
-
getSessionPool
public ThreadPool getSessionPool()
- Specified by:
getSessionPool
in classPoolManager
-
-