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

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

public interface MultiMediaStream
extends Service

This interface represents a MultiMediaStream.


Field Summary
 
Fields inherited from interface org.csapi.jr.se.Service
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE
 
Method Summary
 org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManager getMultiMediaCallControlManager()
          Returns a reference to the MultiMediaCallControlManager responsible for creation of the MultiMediaStream.
 void subtract()
          Invokes the subtract() method on the Parlay Gateway.
 
Methods inherited from interface org.csapi.jr.se.Service
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback
 

Method Detail

getMultiMediaCallControlManager

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

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

subtract

public void subtract()
              throws PlatformException,
                     CommonException
Invokes the subtract() method on the Parlay Gateway.

PlatformException
CommonException