|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a MultiMediaCall.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
void |
addMultiMediaCallListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallListener multiMediaCallListener)
Adds a MultiMediaCallListener which is interested in events generated by the MultiMediaCall. |
org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManager |
getMultiMediaCallControlManager()
Returns a reference to the MultiMediaCallControlManager responsible for creation of the MultiMediaCall. |
void |
removeMultiMediaCallListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallListener multiMediaCallListener)
Removes a MultiMediaCallListener which is no longer interested in events generated by the MultiMediaCall. |
void |
superviseVolumeReq(org.csapi.jr.se.cc.mmccs.CallSuperviseVolume volume,
int treatment)
Invokes the superviseVolumeReq() method on the Parlay Gateway. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public void addMultiMediaCallListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallListener multiMediaCallListener)
multiMediaCallListener
- A reference to the MultiMediaCallListener which is to be added as
a listener.public void removeMultiMediaCallListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallListener multiMediaCallListener)
multiMediaCallListener
- A reference to the MultiMediaCallListener which is to be removed as
a listener.public org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManager getMultiMediaCallControlManager()
public void superviseVolumeReq(org.csapi.jr.se.cc.mmccs.CallSuperviseVolume volume, int treatment) throws PlatformException, CommonException
PlatformException
CommonException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |