org.csapi.jr.se.cc.mmccs
Interface MultiMediaCall

All Superinterfaces:
CsapiInterface, java.io.Serializable, Service

public interface MultiMediaCall
extends Service

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

addMultiMediaCallListener

public void addMultiMediaCallListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallListener multiMediaCallListener)
Adds a MultiMediaCallListener which is interested in events generated by the MultiMediaCall.

Parameters:
multiMediaCallListener - A reference to the MultiMediaCallListener which is to be added as a listener.

removeMultiMediaCallListener

public void removeMultiMediaCallListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallListener multiMediaCallListener)
Removes a MultiMediaCallListener which is no longer interested in events generated by the MultiMediaCall.

Parameters:
multiMediaCallListener - A reference to the MultiMediaCallListener which is to be removed as a listener.

getMultiMediaCallControlManager

public org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManager getMultiMediaCallControlManager()
Returns a reference to the MultiMediaCallControlManager responsible for creation of the MultiMediaCall.

Returns:
A reference to the MultiMediaCallControlManager responsible for creation of the MultiMediaCall.

superviseVolumeReq

public void superviseVolumeReq(org.csapi.jr.se.cc.mmccs.CallSuperviseVolume volume,
                               int treatment)
                        throws PlatformException,
                               CommonException
Invokes the superviseVolumeReq() method on the Parlay Gateway.

PlatformException
CommonException