com.sun.messaging.jms.notification
public class ConnectionReconnectedEvent extends ConnectionEvent
The application can obtain the current broker's address from the API provided.
Modifier and Type | Field and Description |
---|---|
static String |
CONNECTION_RECONNECTED
Connection reconnected event code.
|
connection
source
Constructor and Description |
---|
ConnectionReconnectedEvent(Connection conn,
String evCode,
String evMessage)
Construct a connection reconnect event.
|
getBrokerAddress, getConnection, getSource
getEventCode, getEventMessage, toString
public static final String CONNECTION_RECONNECTED
public ConnectionReconnectedEvent(Connection conn, String evCode, String evMessage)
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.Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.