|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a CallNotification activity object.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Activity |
ACTIVE_STATE, IDLE_STATE, INVALID_STATE |
Method Summary | |
void |
addCallNotificationListener(org.csapi.jr.se.cc.gccs.CallNotificationListener callNotificationListener)
Adds a CallNotificationListener which is interested in events generated by the CallNotification. |
void |
changeCallNotification(org.csapi.jr.se.cc.gccs.CallEventCriteria eventCriteria)
Invokes the changeCallNotification() method on the Parlay Gateway. |
void |
disableCallNotification()
Invokes the disableCallNotification() method on the Parlay Gateway. |
void |
enableCallNotification(org.csapi.jr.se.cc.gccs.CallEventCriteria eventCriteria)
Invokes the enableCallNotification() method on the Parlay Gateway. |
org.csapi.jr.se.cc.gccs.CallControlManager |
getCallControlManager()
Returns a reference to the CallControlManager responsible for creation of the CallNotification. |
void |
removeCallNotificationListener(org.csapi.jr.se.cc.gccs.CallNotificationListener callNotificationListener)
Removes a CallNotificationListener which is no longer interested events generated by the CallNotification. |
Methods inherited from interface org.csapi.jr.se.Activity |
addActivityStateChangeListener, getState, removeActivityStateChangeListener |
Method Detail |
public org.csapi.jr.se.cc.gccs.CallControlManager getCallControlManager()
public void addCallNotificationListener(org.csapi.jr.se.cc.gccs.CallNotificationListener callNotificationListener)
callNotificationListener
- A reference to the CallNotificationListener which is to be added as
a listener.public void removeCallNotificationListener(org.csapi.jr.se.cc.gccs.CallNotificationListener callNotificationListener)
callNotificationListener
- A reference to the CallNotificationListener which is to be removed as
a listener.public void enableCallNotification(org.csapi.jr.se.cc.gccs.CallEventCriteria eventCriteria) throws PlatformException, java.lang.IllegalStateException, CommonException, InvalidCriteriaException, InvalidInterfaceTypeException, InvalidEventTypeException
PlatformException
java.lang.IllegalStateException
CommonException
InvalidCriteriaException
InvalidInterfaceTypeException
InvalidEventTypeException
public void disableCallNotification() throws PlatformException, java.lang.IllegalStateException, CommonException
PlatformException
java.lang.IllegalStateException
CommonException
public void changeCallNotification(org.csapi.jr.se.cc.gccs.CallEventCriteria eventCriteria) 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 |