Package | Description |
---|---|
com.sun.messaging.jms.notification |
Provides a notification API for the MQ client runtime to inform an application about
a MQ connection state changes.
|
Modifier and Type | Field and Description |
---|---|
protected Connection |
ConnectionEvent.connection
The connection object that associated with this event.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionEvent.getConnection()
Get the current connection associated with this event.
|
Connection |
ConsumerEvent.getConnection()
Get the connection on which the event was received.
|
Constructor and Description |
---|
ConnectionClosedEvent(Connection conn,
java.lang.String evCode,
java.lang.String evMessage,
javax.jms.JMSException jmse)
Construct a connection closed event.
|
ConnectionClosingEvent(Connection conn,
java.lang.String evCode,
java.lang.String evMessage,
long timePeriod)
Construct a ConnectionClosingEvent object associated with the connection specified.
|
ConnectionEvent(Connection conn,
java.lang.String evCode,
java.lang.String evMessage)
Construct a MQ connection event.
|
ConnectionReconnectedEvent(Connection conn,
java.lang.String evCode,
java.lang.String evMessage)
Construct a connection reconnect event.
|
ConnectionReconnectFailedEvent(Connection conn,
java.lang.String evCode,
java.lang.String evMessage,
javax.jms.JMSException jmse)
Construct a connection reconnect failed event associated with the specified connection.
|
ConsumerEvent(Destination dest,
Connection conn,
java.lang.String evCode,
java.lang.String evMessage)
Construct a MQ consumer event.
|
Copyright (c) 2010, 2017 Oracle and/or its affiliates. All rights reserved.