org.apache.camel.component.routebox
Class RouteboxServiceSupport

java.lang.Object
  extended by org.apache.camel.support.ServiceSupport
      extended by org.apache.camel.component.routebox.RouteboxServiceSupport
All Implemented Interfaces:
org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.StatefulService, org.apache.camel.SuspendableService
Direct Known Subclasses:
RouteboxDirectConsumer, RouteboxDirectProducer, RouteboxSedaConsumer

public abstract class RouteboxServiceSupport
extends org.apache.camel.support.ServiceSupport


Field Summary
 
Fields inherited from class org.apache.camel.support.ServiceSupport
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending
 
Constructor Summary
RouteboxServiceSupport(RouteboxEndpoint endpoint)
           
 
Method Summary
protected  void doStartInnerContext()
           
protected  void doStopInnerContext()
           
 org.apache.camel.spi.ExceptionHandler getExceptionHandler()
           
 ExecutorService getExecutor()
           
 RouteboxEndpoint getRouteboxEndpoint()
           
 boolean isStartedInnerContext()
           
 void setExceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
           
 void setExecutor(ExecutorService executor)
           
 void setRouteboxEndpoint(RouteboxEndpoint endpoint)
           
 void setStartedInnerContext(boolean startedInnerContext)
           
 
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

RouteboxServiceSupport

public RouteboxServiceSupport(RouteboxEndpoint endpoint)
Method Detail

doStopInnerContext

protected void doStopInnerContext()
                           throws Exception
Throws:
Exception

doStartInnerContext

protected void doStartInnerContext()
                            throws Exception
Throws:
Exception

getRouteboxEndpoint

public RouteboxEndpoint getRouteboxEndpoint()

setRouteboxEndpoint

public void setRouteboxEndpoint(RouteboxEndpoint endpoint)

getExecutor

public ExecutorService getExecutor()

setExecutor

public void setExecutor(ExecutorService executor)

setStartedInnerContext

public void setStartedInnerContext(boolean startedInnerContext)

isStartedInnerContext

public boolean isStartedInnerContext()

setExceptionHandler

public void setExceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)

getExceptionHandler

public org.apache.camel.spi.ExceptionHandler getExceptionHandler()


Apache CAMEL