Message Queue, v4.5.1 API Specification

Uses of Class
com.sun.messaging.jms.notification.Event

Packages that use Event
com.sun.messaging.jms.notification Provides a notification API for the MQ client runtime to inform an application about a MQ connection state changes. 
 

Uses of Event in com.sun.messaging.jms.notification
 

Subclasses of Event in com.sun.messaging.jms.notification
 class ConnectionClosedEvent
          MQ Connection closed Event.
 class ConnectionClosingEvent
          MQ Connection closing Event.
 class ConnectionEvent
          MQ Connection Event.
 class ConnectionReconnectedEvent
          MQ Connection Reconnected Event is generated and delivered to the event listener if the MQ client runtime reconnected to a broker and an event listener is set to the MQ connection.
 class ConnectionReconnectFailedEvent
          MQ Connection Reconnect Failed Event is generated and delivered to the event listener if a MQ reconnect failed and an event listener is set to the MQ connection.
 class ConsumerEvent
          MQ Consumer Event.
 

Methods in com.sun.messaging.jms.notification with parameters of type Event
 void EventListener.onEvent(Event event)
          Notify a MQ application of a MQ event.
 


Message Queue, v4.5.1 API Specification

Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.