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.createSessionTerminationNotification(java.lang.String sessionId,
java.lang.String subscriptionId,
TerminationReason reason,
java.lang.String info,
javax.xml.datatype.XMLGregorianCalendar timestamp) |
static java.util.List<com.nortel.soa.oi.cct.basenotification.NotificationMessageHolderType> |
MessageUtils.createSubscriptionTerminationNotification(java.lang.String sessionId,
java.lang.String subscriptionId,
TerminationReason reason,
java.lang.String info,
javax.xml.datatype.XMLGregorianCalendar timestamp) |
void |
SubscriptionImpl.issueSessionTerminationNotification(TerminationReason reason,
java.lang.String info) |
void |
SubscriptionImpl.issueSubscriptionTerminationNotification(TerminationReason reason,
java.lang.String info) |
Modifier and Type | Method and Description |
---|---|
static TerminationReason |
TerminationReason.fromValue(java.lang.String v) |
TerminationReason |
SystemEventSubscriptionTermination.getReason()
Gets the value of the reason property.
|
TerminationReason |
SystemEventSessionTermination.getReason()
Gets the value of the reason property.
|
static TerminationReason |
TerminationReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TerminationReason[] |
TerminationReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemEventSubscriptionTermination.setReason(TerminationReason value)
Sets the value of the reason property.
|
void |
SystemEventSessionTermination.setReason(TerminationReason value)
Sets the value of the reason property.
|
Copyright © 2010 All Rights Reserved.