Class ScheduleRemoved

java.lang.Object
com.swiftmq.tools.pipeline.POObject
com.swiftmq.impl.scheduler.standard.po.ScheduleRemoved

public class ScheduleRemoved extends com.swiftmq.tools.pipeline.POObject
  • Constructor Details

    • ScheduleRemoved

      public ScheduleRemoved(String name, boolean messageSchedule)
    • ScheduleRemoved

      public ScheduleRemoved(String name)
    • ScheduleRemoved

      public ScheduleRemoved(String name, com.swiftmq.tools.concurrent.Semaphore sem)
  • Method Details

    • getName

      public String getName()
    • isMessageSchedule

      public boolean isMessageSchedule()
    • accept

      public void accept(com.swiftmq.tools.pipeline.POVisitor poVisitor)
      Specified by:
      accept in class com.swiftmq.tools.pipeline.POObject
    • toString

      public String toString()
      Overrides:
      toString in class Object