Uses of Class
net.timewalker.ffmq4.common.destination.DestinationRef
-
Packages that use DestinationRef Package Description net.timewalker.ffmq4.common.destination -
-
Uses of DestinationRef in net.timewalker.ffmq4.common.destination
Subclasses of DestinationRef in net.timewalker.ffmq4.common.destination Modifier and Type Class Description classQueueRefImplementation of a Queue reference (not a real queue)classTemporaryQueueRefImplementation of a TemporaryQueue reference (not a real queue)classTemporaryTopicRefImplementation of a TemporaryTopic reference (not a real topic)classTopicRefImplementation of a Topic reference (not a real topic)Methods in net.timewalker.ffmq4.common.destination that return DestinationRef Modifier and Type Method Description static DestinationRefDestinationTools. asRef(javax.jms.Destination destination)Make sure the given destination is a light-weight serializable destination referencestatic DestinationRefDestinationSerializer. unserializeFrom(RawDataBuffer in)Unserialize a destination from the given stream
-