org.csapi.cc.gccs
Class _IpCallStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.csapi.cc.gccs._IpCallStub
- All Implemented Interfaces:
- java.io.Serializable, IpCall, IpCallOperations, IpInterface, IpInterfaceOperations, IpService, IpServiceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
public class _IpCallStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements IpCall
Generated from IDL interface "IpCall"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.Class |
_opsClass
|
|
Method Summary |
java.lang.String[] |
_ids()
|
void |
continueProcessing(int callSessionID)
|
void |
deassignCall(int callSessionID)
|
void |
getCallInfoReq(int callSessionID,
int callInfoRequested)
|
void |
getMoreDialledDigitsReq(int callSessionID,
int length)
|
void |
release(int callSessionID,
TpCallReleaseCause cause)
|
int |
routeReq(int callSessionID,
TpCallReportRequest[] responseRequested,
TpAddress targetAddress,
TpAddress originatingAddress,
TpAddress originalDestinationAddress,
TpAddress redirectingAddress,
TpCallAppInfo[] appInfo)
|
void |
setAdviceOfCharge(int callSessionID,
TpAoCInfo aOCInfo,
int tariffSwitch)
|
void |
setCallback(IpInterface appInterface)
|
void |
setCallbackWithSessionID(IpInterface appInterface,
int sessionID)
|
void |
setCallChargePlan(int callSessionID,
TpCallChargePlan callChargePlan)
|
void |
superviseCallReq(int callSessionID,
int time,
int treatment)
|
| Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_opsClass
public static final java.lang.Class _opsClass
_IpCallStub
public _IpCallStub()
_ids
public java.lang.String[] _ids()
- Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl
setCallback
public void setCallback(IpInterface appInterface)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions
- Specified by:
setCallback in interface IpServiceOperations
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
getMoreDialledDigitsReq
public void getMoreDialledDigitsReq(int callSessionID,
int length)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
getMoreDialledDigitsReq in interface IpCallOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
release
public void release(int callSessionID,
TpCallReleaseCause cause)
throws P_INVALID_NETWORK_STATE,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
release in interface IpCallOperations
- Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_SESSION_ID
setCallChargePlan
public void setCallChargePlan(int callSessionID,
TpCallChargePlan callChargePlan)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
setCallChargePlan in interface IpCallOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
superviseCallReq
public void superviseCallReq(int callSessionID,
int time,
int treatment)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
superviseCallReq in interface IpCallOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
getCallInfoReq
public void getCallInfoReq(int callSessionID,
int callInfoRequested)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
getCallInfoReq in interface IpCallOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
continueProcessing
public void continueProcessing(int callSessionID)
throws P_INVALID_NETWORK_STATE,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
continueProcessing in interface IpCallOperations
- Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_SESSION_ID
deassignCall
public void deassignCall(int callSessionID)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
deassignCall in interface IpCallOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
routeReq
public int routeReq(int callSessionID,
TpCallReportRequest[] responseRequested,
TpAddress targetAddress,
TpAddress originatingAddress,
TpAddress originalDestinationAddress,
TpAddress redirectingAddress,
TpCallAppInfo[] appInfo)
throws P_INVALID_EVENT_TYPE,
P_INVALID_NETWORK_STATE,
TpCommonExceptions,
P_INVALID_ADDRESS,
P_INVALID_SESSION_ID,
P_UNSUPPORTED_ADDRESS_PLAN,
P_INVALID_CRITERIA
- Specified by:
routeReq in interface IpCallOperations
- Throws:
P_INVALID_EVENT_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_ADDRESS
P_INVALID_SESSION_ID
P_UNSUPPORTED_ADDRESS_PLAN
P_INVALID_CRITERIA
setCallbackWithSessionID
public void setCallbackWithSessionID(IpInterface appInterface,
int sessionID)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
setCallbackWithSessionID in interface IpServiceOperations
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_SESSION_ID
setAdviceOfCharge
public void setAdviceOfCharge(int callSessionID,
TpAoCInfo aOCInfo,
int tariffSwitch)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
setAdviceOfCharge in interface IpCallOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
Copyright © 2009. All Rights Reserved.