protected class SjmsConsumer.MessageConsumerResourcesFactory extends org.apache.commons.pool.BasePoolableObjectFactory<MessageConsumerResources>
| Modifier | Constructor and Description |
|---|---|
protected |
SjmsConsumer.MessageConsumerResourcesFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyObject(MessageConsumerResources model)
Cleans up the MessageConsumerResources.
|
MessageConsumerResources |
makeObject()
Creates a new MessageConsumerResources instance.
|
protected SjmsConsumer.MessageConsumerResourcesFactory()
public MessageConsumerResources makeObject() throws Exception
makeObject in interface org.apache.commons.pool.PoolableObjectFactory<MessageConsumerResources>makeObject in class org.apache.commons.pool.BasePoolableObjectFactory<MessageConsumerResources>ExceptionPoolableObjectFactory.makeObject()public void destroyObject(MessageConsumerResources model) throws Exception
destroyObject in interface org.apache.commons.pool.PoolableObjectFactory<MessageConsumerResources>destroyObject in class org.apache.commons.pool.BasePoolableObjectFactory<MessageConsumerResources>ExceptionPoolableObjectFactory.destroyObject(java.lang.Object)Apache Camel