protected class SjmsProducer.MessageProducerResourcesFactory extends org.apache.commons.pool.BasePoolableObjectFactory<MessageProducerResources>
MessageProducerResources pool for all SjmsProducer
classes.| Modifier | Constructor and Description |
|---|---|
protected |
SjmsProducer.MessageProducerResourcesFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyObject(MessageProducerResources model) |
MessageProducerResources |
makeObject() |
protected SjmsProducer.MessageProducerResourcesFactory()
public MessageProducerResources makeObject() throws Exception
makeObject in interface org.apache.commons.pool.PoolableObjectFactory<MessageProducerResources>makeObject in class org.apache.commons.pool.BasePoolableObjectFactory<MessageProducerResources>Exceptionpublic void destroyObject(MessageProducerResources model) throws Exception
destroyObject in interface org.apache.commons.pool.PoolableObjectFactory<MessageProducerResources>destroyObject in class org.apache.commons.pool.BasePoolableObjectFactory<MessageProducerResources>ExceptionApache Camel