|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a CallControlManager.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Service |
IN_SERVICE_STATE, OUT_OF_SERVICE_STATE |
Method Summary | |
void |
addCallControlManagerListener(org.csapi.jr.se.cc.gccs.CallControlManagerListener callControlManagerListener)
Adds a CallControlManagerListener which is interested in events generated by the CallControlManager. |
org.csapi.jr.se.cc.gccs.Call |
createCall()
Invokes the createCall() method on the Parlay Gateway and returns a reference to a transient interface. |
org.csapi.jr.se.cc.gccs.CallLoadControl |
createCallLoadControl()
Creates a CallLoadControl object and returns a reference to the interface used to gain access to it's methods. |
org.csapi.jr.se.cc.gccs.CallNotification |
createCallNotification()
Creates a CallNotification object and returns a reference to the interface used to gain access to it's methods. |
org.csapi.jr.se.cc.gccs.CallEventCriteriaResult[] |
getCriteria()
Invokes the getCriteria() method on the Parlay Gateway. |
void |
removeCallControlManagerListener(org.csapi.jr.se.cc.gccs.CallControlManagerListener callControlManagerListener)
Removes a CallControlManagerListener which is no longer interested in events generated by the CallControlManager. |
Methods inherited from interface org.csapi.jr.se.Service |
addServiceStateChangeListener, getServiceState, removeServiceStateChangeListener, setCallback |
Method Detail |
public void addCallControlManagerListener(org.csapi.jr.se.cc.gccs.CallControlManagerListener callControlManagerListener)
callControlManagerListener
- A reference to the CallControlManagerListener which is to be added as
a listener.public void removeCallControlManagerListener(org.csapi.jr.se.cc.gccs.CallControlManagerListener callControlManagerListener)
callControlManagerListener
- A reference to the CallControlManagerListener which is to be removed as
a listener.public org.csapi.jr.se.cc.gccs.CallEventCriteriaResult[] getCriteria() throws PlatformException, CommonException
PlatformException
CommonException
public org.csapi.jr.se.cc.gccs.Call createCall() throws PlatformException, CommonException, InvalidInterfaceTypeException
PlatformException
CommonException
InvalidInterfaceTypeException
public org.csapi.jr.se.cc.gccs.CallLoadControl createCallLoadControl()
public org.csapi.jr.se.cc.gccs.CallNotification createCallNotification()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |