|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.csapi.jr.slee.ResourceEvent
org.mobicents.csapi.jr.slee.dsc.ReportNotificationEvent
public class ReportNotificationEvent
This event notifies the application of the arrival of a data session-related event. If this method is invoked with a monitor mode of P_DATA_SESSION_MONITOR_MODE_INTERRUPT, then the application has control of the data session. If the application does nothing with the data session within a specified time period (the duration of which forms a part of the service level agreement), then the data session in the network shall be released and dataSessionFaultDetected() shall be invoked, giving a fault code of P_DATA_SESSION_TIMEOUT_ON_INTERRUPT.
| Constructor Summary | |
|---|---|
ReportNotificationEvent(TpServiceIdentifier tpServiceIdentifier,
TpDataSessionIdentifier dataSessionReference,
TpDataSessionEventInfo eventInfo,
int assignmentID)
Constructor for ReportNotificationEvent |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
int |
getAssignmentID()
Returns the assignmentID |
TpDataSessionIdentifier |
getDataSessionReference()
Returns the dataSessionReference |
TpDataSessionEventInfo |
getEventInfo()
Returns the eventInfo |
int |
hashCode()
Returns a hashcode value for the object. |
| Methods inherited from class org.mobicents.csapi.jr.slee.ResourceEvent |
|---|
getService |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportNotificationEvent(TpServiceIdentifier tpServiceIdentifier,
TpDataSessionIdentifier dataSessionReference,
TpDataSessionEventInfo eventInfo,
int assignmentID)
tpServiceIdentifier - the service this event is related to| Method Detail |
|---|
public TpDataSessionIdentifier getDataSessionReference()
public TpDataSessionEventInfo getEventInfo()
public int getAssignmentID()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||