|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a MediaNotification activity object.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Activity |
ACTIVE_STATE, IDLE_STATE, INVALID_STATE |
Method Summary | |
void |
addMediaNotificationListener(org.csapi.jr.se.cc.mmccs.MediaNotificationListener mediaNotificationListener)
Adds a MediaNotificationListener which is interested in events generated by the MediaNotification. |
void |
changeMediaNotification(org.csapi.jr.se.cc.mmccs.NotificationMediaRequest notificationMediaRequest)
Invokes the changeMediaNotification() method on the Parlay Gateway. |
void |
createMediaNotification(org.csapi.jr.se.cc.mmccs.NotificationMediaRequest notificationMediaRequest)
Invokes the createMediaNotification() method on the Parlay Gateway. |
void |
destroyMediaNotification()
Invokes the destroyMediaNotification() method on the Parlay Gateway. |
org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManager |
getMultiMediaCallControlManager()
Returns a reference to the MultiMediaCallControlManager responsible for creation of the MediaNotification. |
void |
removeMediaNotificationListener(org.csapi.jr.se.cc.mmccs.MediaNotificationListener mediaNotificationListener)
Removes a MediaNotificationListener which is no longer interested events generated by the MediaNotification. |
Methods inherited from interface org.csapi.jr.se.Activity |
addActivityStateChangeListener, getState, removeActivityStateChangeListener |
Method Detail |
public org.csapi.jr.se.cc.mmccs.MultiMediaCallControlManager getMultiMediaCallControlManager()
public void addMediaNotificationListener(org.csapi.jr.se.cc.mmccs.MediaNotificationListener mediaNotificationListener)
mediaNotificationListener
- A reference to the MediaNotificationListener which is to be added as
a listener.public void removeMediaNotificationListener(org.csapi.jr.se.cc.mmccs.MediaNotificationListener mediaNotificationListener)
mediaNotificationListener
- A reference to the MediaNotificationListener which is to be removed as
a listener.public void createMediaNotification(org.csapi.jr.se.cc.mmccs.NotificationMediaRequest notificationMediaRequest) throws PlatformException, java.lang.IllegalStateException, CommonException, InvalidCriteriaException, InvalidInterfaceTypeException, InvalidEventTypeException
PlatformException
java.lang.IllegalStateException
CommonException
InvalidCriteriaException
InvalidInterfaceTypeException
InvalidEventTypeException
public void destroyMediaNotification() throws PlatformException, java.lang.IllegalStateException, CommonException
PlatformException
java.lang.IllegalStateException
CommonException
public void changeMediaNotification(org.csapi.jr.se.cc.mmccs.NotificationMediaRequest notificationMediaRequest) throws PlatformException, java.lang.IllegalStateException, CommonException, InvalidCriteriaException, InvalidEventTypeException
PlatformException
java.lang.IllegalStateException
CommonException
InvalidCriteriaException
InvalidEventTypeException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |