Class ConnectionReconnectedEvent
java.lang.Object
java.util.EventObject
com.sun.messaging.jms.notification.Event
com.sun.messaging.jms.notification.ConnectionEvent
com.sun.messaging.jms.notification.ConnectionReconnectedEvent
- All Implemented Interfaces:
- Serializable
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.
 
The application can obtain the current broker's address from the API provided.
- See Also:
- 
Field SummaryFieldsFields inherited from class com.sun.messaging.jms.notification.ConnectionEventconnectionFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionConnectionReconnectedEvent(Connection conn, String evCode, String evMessage) Construct a connection reconnect event.
- 
Method SummaryMethods inherited from class com.sun.messaging.jms.notification.ConnectionEventgetBrokerAddress, getConnection, getSourceMethods inherited from class com.sun.messaging.jms.notification.EventgetEventCode, getEventMessage, toString
- 
Field Details- 
CONNECTION_RECONNECTEDConnection reconnected event code.- See Also:
 
 
- 
- 
Constructor Details- 
ConnectionReconnectedEventConstruct a connection reconnect event.- Parameters:
- conn- the connection associated with this event object.
- evCode- the event code that represents this event object.
- evMessage- the event message that describes this event object.
 
 
-