Class RoutingConnectorJob

java.lang.Object
com.swiftmq.impl.routing.single.jobs.RoutingConnectorJob
All Implemented Interfaces:
com.swiftmq.swiftlet.scheduler.Job

public class RoutingConnectorJob extends Object implements com.swiftmq.swiftlet.scheduler.Job
  • Constructor Details

  • Method Details

    • start

      public void start(Properties properties, com.swiftmq.swiftlet.scheduler.JobTerminationListener jobTerminationListener) throws com.swiftmq.swiftlet.scheduler.JobException
      Specified by:
      start in interface com.swiftmq.swiftlet.scheduler.Job
      Throws:
      com.swiftmq.swiftlet.scheduler.JobException
    • stop

      public void stop() throws com.swiftmq.swiftlet.scheduler.JobException
      Specified by:
      stop in interface com.swiftmq.swiftlet.scheduler.Job
      Throws:
      com.swiftmq.swiftlet.scheduler.JobException
    • toString

      public String toString()
      Overrides:
      toString in class Object