org.apache.camel.impl
Class SharedProducerServicePool

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultServicePool<Endpoint,Producer>
          extended by org.apache.camel.impl.DefaultProducerServicePool
              extended by 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 $

Field Summary
 
Fields inherited from class org.apache.camel.impl.DefaultServicePool
capacity, log, pool
 
Constructor Summary
SharedProducerServicePool(int capacity)
           
 
Method Summary
protected  void doStop()
           
 
Methods inherited from class org.apache.camel.impl.DefaultProducerServicePool
size
 
Methods inherited from class org.apache.camel.impl.DefaultServicePool
acquire, addAndAcquire, doStart, release
 
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
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

SharedProducerServicePool

public SharedProducerServicePool(int capacity)
Method Detail

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.