routines.system.api
Interface TalendESBRoute

All Superinterfaces:
TalendJob

public interface TalendESBRoute
extends TalendJob

A special interface for Talend ESB Route dedicated to allow runtime to stop and shutdown running route

Author:
zubairov
See Also:
org.apache.camel.ShutdownableService

Method Summary
 void shutdown()
          Shutdown the running route, which means it cannot be started again.
 void stop()
          Stop the running route
 
Methods inherited from interface routines.system.api.TalendJob
runJob, runJobInTOS
 

Method Detail

stop

void stop()
          throws Exception
Stop the running route

Throws:
Exception

shutdown

void shutdown()
              throws Exception
Shutdown the running route, which means it cannot be started again.

Throws:
Exception


Copyright © 2011-2013 Talend Inc.. All Rights Reserved.