Class RoutingConnectorJob
java.lang.Object
com.swiftmq.impl.routing.single.jobs.RoutingConnectorJob
- All Implemented Interfaces:
com.swiftmq.swiftlet.scheduler.Job
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstart(Properties properties, com.swiftmq.swiftlet.scheduler.JobTerminationListener jobTerminationListener) voidstop()toString()
-
Constructor Details
-
RoutingConnectorJob
-
-
Method Details
-
start
public void start(Properties properties, com.swiftmq.swiftlet.scheduler.JobTerminationListener jobTerminationListener) throws com.swiftmq.swiftlet.scheduler.JobException - Specified by:
startin interfacecom.swiftmq.swiftlet.scheduler.Job- Throws:
com.swiftmq.swiftlet.scheduler.JobException
-
stop
public void stop() throws com.swiftmq.swiftlet.scheduler.JobException- Specified by:
stopin interfacecom.swiftmq.swiftlet.scheduler.Job- Throws:
com.swiftmq.swiftlet.scheduler.JobException
-
toString
-