org.csapi.jr.se.cc.mmccs
Class ReportMediaNotificationEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.csapi.jr.se.cc.mmccs.ReportMediaNotificationEvent
All Implemented Interfaces:
java.io.Serializable

public final class ReportMediaNotificationEvent
extends java.util.EventObject

Event created by an activity object to indicate that a Gateway originated call to the reportMediaNotification() method on the callback interface has occured.

See Also:
Serialized Form

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

ReportMediaNotificationEvent

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)
Constructor for the ReportMediaNotificationEvent Event.

Parameters:
source - Reference to the object firing the event.
Method Detail

getMultiMediaCall

public org.csapi.jr.se.cc.mmccs.MultiMediaCall getMultiMediaCall()
This method is used to retrieve the MultiMediaCall, associated with this event.

Returns:
The MultiMediaCall associated with this event.

getCallLegReferenceSet

public 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.

Returns:
The value of 'callLegReferenceSet' used on creation of this event.

getMediaStreams

public 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.

Returns:
The value of 'mediaStreams' used on creation of this event.

getType

public 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.

Returns:
The value of 'type' used on creation of this event.

getQualityOfService

public 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.

Returns:
The value of 'qualityOfService' used on creation of this event.