Class POConnectionFrameReceived
- java.lang.Object
-
- com.swiftmq.tools.pipeline.POObject
-
- com.swiftmq.impl.amqp.amqp.v01_00_00.po.POConnectionFrameReceived
-
public class POConnectionFrameReceived extends POObject
-
-
Constructor Summary
Constructors Constructor Description POConnectionFrameReceived(FrameIF frame)
POConnectionFrameReceived(Semaphore semaphore, FrameIF frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(POVisitor visitor)
FrameIF
getFrame()
java.lang.String
toString()
-
Methods inherited from class com.swiftmq.tools.pipeline.POObject
getCallback, getException, getSemaphore, isSuccess, setException, setSuccess
-
-