Class ConsumerEvent

java.lang.Object
java.util.EventObject
com.sun.messaging.jms.notification.Event
com.sun.messaging.jms.notification.ConsumerEvent
All Implemented Interfaces:
Serializable

public class ConsumerEvent extends Event
MQ Consumer Event.
Since:
4.5
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getConnection

      public Connection getConnection()
      Get the connection on which the event was received.
      Returns:
      the connection on which the event was received.
    • getBrokerAddress

      public String getBrokerAddress()
      Get the broker's address that sent the event.
      Returns:
      the broker's address that sent the event
    • getDestination

      public Destination getDestination()
      Get the registered destination on which the event was occurred.
      Returns:
      the registered destination on which the event was occurred.