|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultServicePool<Endpoint,Producer>
org.apache.camel.impl.DefaultProducerServicePool
org.apache.camel.impl.SharedProducerServicePool
public class SharedProducerServicePool
A shared DefaultProducerServicePool
which is used by
CamelContext
by default.
Field Summary |
---|
Fields inherited from class org.apache.camel.impl.DefaultServicePool |
---|
capacity, log, pool |
Constructor Summary | |
---|---|
SharedProducerServicePool()
|
|
SharedProducerServicePool(int capacity)
|
Method Summary | |
---|---|
protected void |
doShutdown()
Implementations override this method to perform customized shutdown |
protected void |
doStop()
|
Methods inherited from class org.apache.camel.impl.DefaultServicePool |
---|
acquire, addAndAcquire, doStart, getCapacity, purge, release, setCapacity, size |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
---|
addChildService, doResume, 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 |
Methods inherited from interface org.apache.camel.ShutdownableService |
---|
shutdown |
Methods inherited from interface org.apache.camel.Service |
---|
start, stop |
Constructor Detail |
---|
public SharedProducerServicePool()
public SharedProducerServicePool(int capacity)
Method Detail |
---|
protected void doStop() throws java.lang.Exception
doStop
in class DefaultServicePool<Endpoint,Producer>
java.lang.Exception
protected void doShutdown() throws java.lang.Exception
ServiceSupport
doShutdown
in class ServiceSupport
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |