|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--org.csapi.jr.se.cc.mmccs.ReportMediaNotificationEvent
Event created by an activity object to indicate that a Gateway originated
call to the reportMediaNotification() method on the callback interface
has occured.
Constructor Summary | |
ReportMediaNotificationEvent(java.lang.Object source,
org.csapi.jr.se.cc.mmccs.MultiMediaCall interfaceRef,
org.csapi.jr.se.cc.mmccs.MultiMediaCallLeg[] callLegReferenceSet,
org.csapi.jr.se.cc.mmccs.MediaStream[] mediaStreams,
org.csapi.jr.se.cc.mmccs.MediaStreamEventType type,
org.csapi.jr.se.DataSessionQosClass qualityOfService)
Constructor for the ReportMediaNotificationEvent Event. |
Method Summary | |
org.csapi.jr.se.cc.mmccs.MultiMediaCallLeg[] |
getCallLegReferenceSet()
This method is used to retrieve the parameter value of 'callLegReferenceSet' passed up from the Gateway in it's call to the reportMediaNotification() method, used on the creation of this event. |
org.csapi.jr.se.cc.mmccs.MediaStream[] |
getMediaStreams()
This method is used to retrieve the parameter value of 'mediaStreams' passed up from the Gateway in it's call to the reportMediaNotification() method, used on the creation of this event. |
org.csapi.jr.se.cc.mmccs.MultiMediaCall |
getMultiMediaCall()
This method is used to retrieve the MultiMediaCall, associated with this event. |
org.csapi.jr.se.DataSessionQosClass |
getQualityOfService()
This method is used to retrieve the parameter value of 'qualityOfService' passed up from the Gateway in it's call to the reportMediaNotification() method, used on the creation of this event. |
org.csapi.jr.se.cc.mmccs.MediaStreamEventType |
getType()
This method is used to retrieve the parameter value of 'type' passed up from the Gateway in it's call to the reportMediaNotification() method, used on the creation of this event. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReportMediaNotificationEvent(java.lang.Object source, org.csapi.jr.se.cc.mmccs.MultiMediaCall interfaceRef, org.csapi.jr.se.cc.mmccs.MultiMediaCallLeg[] callLegReferenceSet, org.csapi.jr.se.cc.mmccs.MediaStream[] mediaStreams, org.csapi.jr.se.cc.mmccs.MediaStreamEventType type, org.csapi.jr.se.DataSessionQosClass qualityOfService)
source
- Reference to the object firing the event.Method Detail |
public org.csapi.jr.se.cc.mmccs.MultiMediaCall getMultiMediaCall()
public org.csapi.jr.se.cc.mmccs.MultiMediaCallLeg[] getCallLegReferenceSet()
public org.csapi.jr.se.cc.mmccs.MediaStream[] getMediaStreams()
public org.csapi.jr.se.cc.mmccs.MediaStreamEventType getType()
public org.csapi.jr.se.DataSessionQosClass getQualityOfService()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |