Uses of Class
net.timewalker.ffmq4.management.destination.DestinationReferenceDescriptor
-
Packages that use DestinationReferenceDescriptor Package Description net.timewalker.ffmq4.cluster.resolver net.timewalker.ffmq4.management.bridge -
-
Uses of DestinationReferenceDescriptor in net.timewalker.ffmq4.cluster.resolver
Methods in net.timewalker.ffmq4.cluster.resolver with parameters of type DestinationReferenceDescriptor Modifier and Type Method Description javax.jms.DestinationDestinationResolver. getDestination(PeerDescriptor peer, DestinationReferenceDescriptor destinationReference, javax.jms.Session session)Get a destination reference by name an type (queue or topic)javax.jms.DestinationJndiDestinationResolver. getDestination(PeerDescriptor peer, DestinationReferenceDescriptor destinationReference, javax.jms.Session session)javax.jms.DestinationSessionDestinationResolver. getDestination(PeerDescriptor peer, DestinationReferenceDescriptor destinationReference, javax.jms.Session session) -
Uses of DestinationReferenceDescriptor in net.timewalker.ffmq4.management.bridge
Methods in net.timewalker.ffmq4.management.bridge that return DestinationReferenceDescriptor Modifier and Type Method Description DestinationReferenceDescriptorBridgeDefinition. getSourceDestination()DestinationReferenceDescriptorBridgeDefinition. getTargetDestination()
-