Message Queue, v4.5.1 API Specification

Uses of Interface
com.sun.messaging.jms.Connection

Packages that use Connection
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 Connection in com.sun.messaging.jms.notification
 

Fields in com.sun.messaging.jms.notification declared as Connection
protected  Connection ConnectionEvent.connection
          The connection object that associated with this event.
 

Methods in com.sun.messaging.jms.notification that return Connection
 Connection ConnectionEvent.getConnection()
          Get the current connection associated with this event.
 Connection ConsumerEvent.getConnection()
          Get the connection on which the event was received.
 

Constructors in com.sun.messaging.jms.notification with parameters of type Connection
ConnectionClosedEvent(Connection conn, String evCode, String evMessage, JMSException jmse)
          Construct a connection closed event.
ConnectionClosingEvent(Connection conn, String evCode, String evMessage, long timePeriod)
          Construct a ConnectionClosingEvent object associated with the connection specified.
ConnectionEvent(Connection conn, String evCode, String evMessage)
          Construct a MQ connection event.
ConnectionReconnectedEvent(Connection conn, String evCode, String evMessage)
          Construct a connection reconnect event.
ConnectionReconnectFailedEvent(Connection conn, String evCode, String evMessage, JMSException jmse)
          Construct a connection reconnect failed event associated with the specified connection.
ConsumerEvent(Destination dest, Connection conn, String evCode, String evMessage)
          Construct a MQ consumer event.
 


Message Queue, v4.5.1 API Specification

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