|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a CallLoadControl activity object.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Activity |
ACTIVE_STATE, IDLE_STATE, INVALID_STATE |
Method Summary | |
void |
addCallLoadControlListener(org.csapi.jr.se.cc.gccs.CallLoadControlListener callLoadControlListener)
Adds a CallLoadControlListener which is interested in events generated by the CallLoadControl. |
org.csapi.jr.se.cc.gccs.CallControlManager |
getCallControlManager()
Returns a reference to the CallControlManager responsible for creation of the CallLoadControl. |
void |
removeCallLoadControlListener(org.csapi.jr.se.cc.gccs.CallLoadControlListener callLoadControlListener)
Removes a CallLoadControlListener which is no longer interested events generated by the CallLoadControl. |
void |
setCallLoadControl(int duration,
org.csapi.jr.se.cc.CallLoadControlMechanism mechanism,
org.csapi.jr.se.cc.gccs.CallTreatment treatment,
org.csapi.jr.se.AddressRange addressRange)
Invokes the setCallLoadControl() method on the Parlay Gateway. |
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 addCallLoadControlListener(org.csapi.jr.se.cc.gccs.CallLoadControlListener callLoadControlListener)
callLoadControlListener
- A reference to the CallLoadControlListener which is to be added as
a listener.public void removeCallLoadControlListener(org.csapi.jr.se.cc.gccs.CallLoadControlListener callLoadControlListener)
callLoadControlListener
- A reference to the CallLoadControlListener which is to be removed as
a listener.public void setCallLoadControl(int duration, org.csapi.jr.se.cc.CallLoadControlMechanism mechanism, org.csapi.jr.se.cc.gccs.CallTreatment treatment, org.csapi.jr.se.AddressRange addressRange) throws PlatformException, java.lang.IllegalStateException, CommonException, InvalidAddressException, UnsupportedAddressPlanException
PlatformException
java.lang.IllegalStateException
CommonException
InvalidAddressException
UnsupportedAddressPlanException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |