protected class SjmsConsumer.MessageConsumerPool extends ObjectPool<SjmsConsumer.MessageConsumerResources>
logger| Constructor and Description |
|---|
SjmsConsumer.MessageConsumerPool() |
| Modifier and Type | Method and Description |
|---|---|
protected SjmsConsumer.MessageConsumerResources |
createObject()
Creates a new MessageConsumerResources instance.
|
protected void |
destroyObject(SjmsConsumer.MessageConsumerResources model)
Cleans up the MessageConsumerResources.
|
borrowObject, borrowObject, drainPool, fillPool, getLock, getMaxSize, returnObjectprotected SjmsConsumer.MessageConsumerResources createObject() throws Exception
createObject in class ObjectPool<SjmsConsumer.MessageConsumerResources>ExceptionObjectPool.createObject()protected void destroyObject(SjmsConsumer.MessageConsumerResources model) throws Exception
destroyObject in class ObjectPool<SjmsConsumer.MessageConsumerResources>ExceptionObjectPool.destroyObject(java.lang.Object)Apache Camel