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, doShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, shutdown, start, stop |
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)
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.