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