org.apache.camel.impl
Class DefaultProducerServicePool
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultServicePool<Endpoint,Producer>
org.apache.camel.impl.DefaultProducerServicePool
- All Implemented Interfaces:
- Service, ShutdownableService, ServicePool<Endpoint,Producer>
- Direct Known Subclasses:
- SharedProducerServicePool
public class DefaultProducerServicePool
- extends DefaultServicePool<Endpoint,Producer>
A service pool for Producer
.
For instance camel-mina and camel-ftp leverages this to allow a pool of producers so we
can support concurrent producers in a thread safe manner.
- Version:
- $Revision: 931456 $
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultProducerServicePool
public DefaultProducerServicePool()
DefaultProducerServicePool
public DefaultProducerServicePool(int capacity)
Apache CAMEL