org.apache.camel.impl
Class ThreadPoolProfileSupport

java.lang.Object
  extended by org.apache.camel.spi.ThreadPoolProfile
      extended by org.apache.camel.impl.ThreadPoolProfileSupport
All Implemented Interfaces:
Serializable, Cloneable

Deprecated. use ThreadPoolProfile instead, will be removed in a future Camel release

@Deprecated
public class ThreadPoolProfileSupport
extends ThreadPoolProfile

Use ThreadPoolProfile instead

See Also:
Serialized Form

Constructor Summary
ThreadPoolProfileSupport(String id)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.camel.spi.ThreadPoolProfile
addDefaults, clone, getId, getKeepAliveTime, getMaxPoolSize, getMaxQueueSize, getPoolSize, getRejectedExecutionHandler, getRejectedPolicy, getTimeUnit, isDefaultProfile, setDefaultProfile, setId, setKeepAliveTime, setMaxPoolSize, setMaxQueueSize, setPoolSize, setRejectedPolicy, setTimeUnit, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadPoolProfileSupport

public ThreadPoolProfileSupport(String id)
Deprecated. 


Apache CAMEL