public class EmptyProducerCache extends DefaultProducerCache
| Constructor and Description | 
|---|
| EmptyProducerCache(Object source,
                  org.apache.camel.CamelContext camelContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.camel.AsyncProducer | acquireProducer(org.apache.camel.Endpoint endpoint) | 
| int | getCapacity() | 
| void | releaseProducer(org.apache.camel.Endpoint endpoint,
               org.apache.camel.AsyncProducer producer) | 
| String | toString() | 
asyncDispatchExchange, asyncSend, asyncSendExchange, cleanUp, createServicePool, doAsyncSendExchange, doInAsyncProducer, doInit, doShutdown, doStart, doStop, getCamelContext, getEndpointUtilizationStatistics, getSource, isEventNotifierEnabled, isExtendedStatistics, purge, send, setEventNotifierEnabled, setExtendedStatistics, sizebuild, doBuild, doFail, doLifecycleChange, doResume, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic EmptyProducerCache(Object source, org.apache.camel.CamelContext camelContext)
public org.apache.camel.AsyncProducer acquireProducer(org.apache.camel.Endpoint endpoint)
acquireProducer in interface org.apache.camel.spi.ProducerCacheacquireProducer in class DefaultProducerCachepublic void releaseProducer(org.apache.camel.Endpoint endpoint,
                            org.apache.camel.AsyncProducer producer)
releaseProducer in interface org.apache.camel.spi.ProducerCachereleaseProducer in class DefaultProducerCachepublic int getCapacity()
getCapacity in interface org.apache.camel.spi.ProducerCachegetCapacity in class DefaultProducerCachepublic String toString()
toString in class DefaultProducerCacheApache Camel