|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a MultiMediaCallLeg.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
void |
addMultiMediaCallLegListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallLegListener multiMediaCallLegListener)
Adds a MultiMediaCallLegListener which is interested in events generated by the MultiMediaCallLeg. |
org.csapi.jr.se.cc.mmccs.MediaStream[] |
getMediaStreams()
Invokes the getMediaStreams() method on the Parlay Gateway. |
org.csapi.jr.se.cc.mmccs.MultiMediaCall |
getMultiMediaCall()
Returns a reference to the MultiMediaCall responsible for creation of the MultiMediaCallLeg. |
void |
mediaStreamAllow(int[] mediaStreamList)
Invokes the mediaStreamAllow() method on the Parlay Gateway. |
void |
mediaStreamMonitorReq(org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] mediaStreamEventCriteria)
Invokes the mediaStreamMonitorReq() method on the Parlay Gateway. |
void |
removeMultiMediaCallLegListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallLegListener multiMediaCallLegListener)
Removes a MultiMediaCallLegListener which is no longer interested in events generated by the MultiMediaCallLeg. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public void addMultiMediaCallLegListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallLegListener multiMediaCallLegListener)
multiMediaCallLegListener
- A reference to the MultiMediaCallLegListener which is to be added as
a listener.public void removeMultiMediaCallLegListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallLegListener multiMediaCallLegListener)
multiMediaCallLegListener
- A reference to the MultiMediaCallLegListener which is to be removed as
a listener.public org.csapi.jr.se.cc.mmccs.MultiMediaCall getMultiMediaCall()
public void mediaStreamAllow(int[] mediaStreamList) throws PlatformException, CommonException
PlatformException
CommonException
public void mediaStreamMonitorReq(org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] mediaStreamEventCriteria) throws PlatformException, CommonException, InvalidCriteriaException, InvalidEventTypeException
PlatformException
CommonException
InvalidCriteriaException
InvalidEventTypeException
public org.csapi.jr.se.cc.mmccs.MediaStream[] getMediaStreams() throws PlatformException, CommonException
PlatformException
CommonException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |