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

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

public interface MultiMediaCallControlManager
extends Service

This interface represents a MultiMediaCallControlManager.


Field Summary
 
Fields inherited from interface org.csapi.jr.se.Service
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE
 
Method Summary
 void addMultiMediaCallControlManagerListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManagerListener multiMediaCallControlManagerListener)
          Adds a MultiMediaCallControlManagerListener which is interested in events generated by the MultiMediaCallControlManager.
 org.csapi.jr.se.cc.mmccs.MediaNotification createMediaNotification()
          Creates a MediaNotification object and returns a reference to the interface used to gain access to it's methods.
 org.csapi.jr.se.cc.mmccs.MediaNotificationRequested[] getMediaNotification()
          Invokes the getMediaNotification() method on the Parlay Gateway.
 void removeMultiMediaCallControlManagerListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManagerListener multiMediaCallControlManagerListener)
          Removes a MultiMediaCallControlManagerListener which is no longer interested in events generated by the MultiMediaCallControlManager.
 
Methods inherited from interface org.csapi.jr.se.Service
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback
 

Method Detail

addMultiMediaCallControlManagerListener

public void addMultiMediaCallControlManagerListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManagerListener multiMediaCallControlManagerListener)
Adds a MultiMediaCallControlManagerListener which is interested in events generated by the MultiMediaCallControlManager.

Parameters:
multiMediaCallControlManagerListener - A reference to the MultiMediaCallControlManagerListener which is to be added as a listener.

removeMultiMediaCallControlManagerListener

public void removeMultiMediaCallControlManagerListener(org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManagerListener multiMediaCallControlManagerListener)
Removes a MultiMediaCallControlManagerListener which is no longer interested in events generated by the MultiMediaCallControlManager.

Parameters:
multiMediaCallControlManagerListener - A reference to the MultiMediaCallControlManagerListener which is to be removed as a listener.

getMediaNotification

public org.csapi.jr.se.cc.mmccs.MediaNotificationRequested[] getMediaNotification()
                                                                           throws PlatformException,
                                                                                  CommonException
Invokes the getMediaNotification() method on the Parlay Gateway.

PlatformException
CommonException

createMediaNotification

public org.csapi.jr.se.cc.mmccs.MediaNotification createMediaNotification()
Creates a MediaNotification object and returns a reference to the interface used to gain access to it's methods.

Returns:
A reference to the MediaNotification interface.