Class POVersionNoteReceived
- java.lang.Object
-
- com.swiftmq.tools.pipeline.POObject
-
- com.swiftmq.impl.topic.standard.announce.po.POVersionNoteReceived
-
public class POVersionNoteReceived extends POObject
-
-
Constructor Summary
Constructors Constructor Description POVersionNoteReceived(VersionNotification versionNotification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(POVisitor visitor)
VersionNotification
getVersionNotification()
java.lang.String
toString()
-
Methods inherited from class com.swiftmq.tools.pipeline.POObject
getCallback, getException, getSemaphore, isSuccess, setException, setSuccess
-
-
-
-
Constructor Detail
-
POVersionNoteReceived
public POVersionNoteReceived(VersionNotification versionNotification)
-
-
Method Detail
-
getVersionNotification
public VersionNotification getVersionNotification()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-