org.apache.camel.impl
Class SharedProducerServicePool
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultServicePool<Endpoint,Producer>
org.apache.camel.impl.DefaultProducerServicePool
org.apache.camel.impl.SharedProducerServicePool
- All Implemented Interfaces:
- Service, ServicePool<Endpoint,Producer>
public class SharedProducerServicePool
- extends DefaultProducerServicePool
A shared DefaultProducerServicePool
which is used by
CamelContext
by default.
- Version:
- $Revision: 893138 $
Method Summary |
protected void |
doStop()
|
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharedProducerServicePool
public SharedProducerServicePool(int capacity)
doStop
protected void doStop()
throws Exception
- Overrides:
doStop
in class DefaultServicePool<Endpoint,Producer>
- Throws:
Exception
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.