Class POClose

java.lang.Object
com.swiftmq.tools.pipeline.POObject
com.swiftmq.impl.amqp.amqp.v00_09_01.po.POClose

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

    Constructors
    Constructor
    Description
    POClose(com.swiftmq.tools.concurrent.Semaphore semaphore)
     
  • Method Summary

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

    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

    • POClose

      public POClose(com.swiftmq.tools.concurrent.Semaphore semaphore)
  • Method Details

    • 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