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 protectedIntraVMPoolManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreadPoolgetConnectionPool()ThreadPoolgetConnectorPool()ThreadPoolgetSessionPool()-
Methods inherited from class com.swiftmq.client.thread.PoolManager
getInstance, reset, setIntraVM
-
-
-
-
Method Detail
-
getConnectorPool
public ThreadPool getConnectorPool()
- Specified by:
getConnectorPoolin classPoolManager
-
getConnectionPool
public ThreadPool getConnectionPool()
- Specified by:
getConnectionPoolin classPoolManager
-
getSessionPool
public ThreadPool getSessionPool()
- Specified by:
getSessionPoolin classPoolManager
-
-