Package | Description |
---|---|
com.nortel.soa.oi.cct.notificationproducer | |
com.nortel.soa.oi.cct.types |
Modifier and Type | Method and Description |
---|---|
static java.util.List<com.nortel.soa.oi.cct.basenotification.NotificationMessageHolderType> |
MessageUtils.createConnectionStateNotification(java.lang.String sessionId,
java.lang.String subscriptionId,
Address address,
Connection connection,
Contact contact,
boolean isRemote,
ConnectionState newState,
ConnectionState previousState,
Reason reason,
Address sendingAddress,
ConnectionCapabilities capabilities,
javax.xml.datatype.XMLGregorianCalendar timestamp)
This helper method creates the notification for connection state event.
|
void |
SubscriptionImpl.issueConnectionStateNotification(com.nortelnetworks.portal.cmf.client.Connection cmfConnection,
com.nortelnetworks.portal.cmf.client.Address cmfAddress,
com.nortelnetworks.portal.cmf.core.state.ConnectionStateInfo cmfStateInfo,
com.nortelnetworks.portal.cmf.client.Address cmfNotifiedAddress,
ConnectionState soaConnectionState) |
void |
NotificationSubscription.issueConnectionStateNotification(com.nortelnetworks.portal.cmf.client.Connection cmfConnection,
com.nortelnetworks.portal.cmf.client.Address cmfAddress,
com.nortelnetworks.portal.cmf.core.state.ConnectionStateInfo cmfStateInfo,
com.nortelnetworks.portal.cmf.client.Address cmfNotifiedAddress,
ConnectionState soaConnectionState) |
Modifier and Type | Method and Description |
---|---|
static ConnectionState |
ConnectionState.fromValue(java.lang.String v) |
ConnectionState |
ConnectionStateHolder.getState()
Gets the value of the state property.
|
static ConnectionState |
ConnectionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionState[] |
ConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConnectionStateListenerSet.contains(ConnectionState state) |
void |
ConnectionStateHolder.setState(ConnectionState value)
Sets the value of the state property.
|
Copyright © 2010 All Rights Reserved.