Package com.swiftmq.jms.v750.po
Class PODataAvailable
- java.lang.Object
-
- com.swiftmq.tools.pipeline.POObject
-
- com.swiftmq.jms.v750.po.PODataAvailable
-
public class PODataAvailable extends POObject
-
-
Constructor Summary
Constructors Constructor Description PODataAvailable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(POVisitor visitor)DumpablegetDumpable()java.io.IOExceptiongetIoException()voidsetDumpable(Dumpable dumpable)voidsetIoException(java.io.IOException ioException)java.lang.StringtoString()-
Methods inherited from class com.swiftmq.tools.pipeline.POObject
getCallback, getException, getSemaphore, isSuccess, setException, setSuccess
-
-
-
-
Method Detail
-
getDumpable
public Dumpable getDumpable()
-
setDumpable
public void setDumpable(Dumpable dumpable)
-
getIoException
public java.io.IOException getIoException()
-
setIoException
public void setIoException(java.io.IOException ioException)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-