org.apache.camel.impl
Class ServiceSupport

java.lang.Object
  extended by org.apache.camel.support.ServiceSupport
      extended by org.apache.camel.impl.ServiceSupport
All Implemented Interfaces:
Service, ShutdownableService, StatefulService, SuspendableService

Deprecated. use org.apache.camel.support.ServiceSupport instead

@Deprecated
public abstract class ServiceSupport
extends ServiceSupport


Field Summary
 
Fields inherited from class org.apache.camel.support.ServiceSupport
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending
 
Constructor Summary
ServiceSupport()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.camel.support.ServiceSupport
doResume, doShutdown, doStart, doStop, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceSupport

public ServiceSupport()
Deprecated. 


Apache CAMEL