Class POSendClose
- java.lang.Object
-
- com.swiftmq.tools.pipeline.POObject
-
- com.swiftmq.impl.amqp.amqp.v01_00_00.po.POSendClose
-
public class POSendClose extends POObject
-
-
Constructor Summary
Constructors Constructor Description POSendClose(ErrorConditionIF errorCondition, AMQPString description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(POVisitor visitor)
AMQPString
getDescription()
ErrorConditionIF
getErrorCondition()
java.lang.String
toString()
-
Methods inherited from class com.swiftmq.tools.pipeline.POObject
getCallback, getException, getSemaphore, isSuccess, setException, setSuccess
-
-
-
-
Constructor Detail
-
POSendClose
public POSendClose(ErrorConditionIF errorCondition, AMQPString description)
-
-
Method Detail
-
getErrorCondition
public ErrorConditionIF getErrorCondition()
-
getDescription
public AMQPString getDescription()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-