Class PODestinationAdded

java.lang.Object
com.swiftmq.tools.pipeline.POObject
com.swiftmq.impl.topic.standard.announce.po.PODestinationAdded

public class PODestinationAdded extends com.swiftmq.tools.pipeline.POObject
  • Constructor Summary

    Constructors
    Constructor
    Description
    PODestinationAdded(com.swiftmq.swiftlet.routing.Route route)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(com.swiftmq.tools.pipeline.POVisitor visitor)
     
    com.swiftmq.swiftlet.routing.Route
     
     

    Methods inherited from class com.swiftmq.tools.pipeline.POObject

    getCallback, getException, getSemaphore, isSuccess, setException, setSuccess

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PODestinationAdded

      public PODestinationAdded(com.swiftmq.swiftlet.routing.Route route)
  • Method Details

    • getRoute

      public com.swiftmq.swiftlet.routing.Route getRoute()
    • accept

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

      public String toString()
      Overrides:
      toString in class Object