Uses of Class
com.sun.messaging.Destination
Packages that use Destination
Package
Description
Provides the Eclipse OpenMQ(tm) public classes.
Provides additional Eclipse OpenMQ classes for features
that relate to the MQ implementation of the Jakarta Messaging.
Provides a notification API for the MQ client runtime to inform an application about
a MQ connection state changes.
-
Uses of Destination in com.sun.messaging
Subclasses of Destination in com.sun.messagingModifier and TypeClassDescriptionclass
ABasicQueue
represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain.class
ABasicTopic
represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain.class
AQueue
represents an identity of a repository of messages used in the JMS Point-To-Point messaging domain.class
ATopic
represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain. -
Uses of Destination in com.sun.messaging.jms
Methods in com.sun.messaging.jms with parameters of type DestinationModifier and TypeMethodDescriptionvoid
Connection.removeConsumerEventListener
(Destination dest) Remove a MQ consumer event listener from the current connection.void
Connection.setConsumerEventListener
(Destination dest, EventListener listener) Set consumer event listener on a destination to the current connection. -
Uses of Destination in com.sun.messaging.jms.notification
Methods in com.sun.messaging.jms.notification that return DestinationModifier and TypeMethodDescriptionConsumerEvent.getDestination()
Get the registered destination on which the event was occurred.Constructors in com.sun.messaging.jms.notification with parameters of type DestinationModifierConstructorDescriptionConsumerEvent
(Destination dest, Connection conn, String evCode, String evMessage) Construct a MQ consumer event.