org.csapi.cc.mmccs
Class _IpMultiMediaCallStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.csapi.cc.mmccs._IpMultiMediaCallStub
- All Implemented Interfaces:
- java.io.Serializable, IpMultiMediaCall, IpMultiMediaCallOperations, IpMultiPartyCall, IpMultiPartyCallOperations, IpInterface, IpInterfaceOperations, IpService, IpServiceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
public class _IpMultiMediaCallStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements IpMultiMediaCall
Generated from IDL interface "IpMultiMediaCall"
- 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()
|
TpCallLegIdentifier |
createAndRouteCallLegReq(int callSessionID,
TpCallEventRequest[] eventsRequested,
TpAddress targetAddress,
TpAddress originatingAddress,
TpCallAppInfo[] appInfo,
IpAppCallLeg appLegInterface)
|
TpCallLegIdentifier |
createCallLeg(int callSessionID,
IpAppCallLeg appCallLeg)
|
void |
deassignCall(int callSessionID)
|
TpCallLegIdentifier[] |
getCallLegs(int callSessionID)
|
void |
getInfoReq(int callSessionID,
int callInfoRequested)
|
void |
release(int callSessionID,
TpReleaseCause cause)
|
void |
setAdviceOfCharge(int callSessionID,
TpAoCInfo aOCInfo,
int tariffSwitch)
|
void |
setCallback(IpInterface appInterface)
|
void |
setCallbackWithSessionID(IpInterface appInterface,
int sessionID)
|
void |
setChargePlan(int callSessionID,
TpCallChargePlan callChargePlan)
|
void |
superviseReq(int callSessionID,
int time,
int treatment)
|
void |
superviseVolumeReq(int callSessionID,
TpCallSuperviseVolume volume,
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
_IpMultiMediaCallStub
public _IpMultiMediaCallStub()
_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
getCallLegs
public TpCallLegIdentifier[] getCallLegs(int callSessionID)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
getCallLegs in interface IpMultiPartyCallOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
createAndRouteCallLegReq
public TpCallLegIdentifier createAndRouteCallLegReq(int callSessionID,
TpCallEventRequest[] eventsRequested,
TpAddress targetAddress,
TpAddress originatingAddress,
TpCallAppInfo[] appInfo,
IpAppCallLeg appLegInterface)
throws P_INVALID_INTERFACE_TYPE,
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:
createAndRouteCallLegReq in interface IpMultiPartyCallOperations
- Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_EVENT_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_ADDRESS
P_INVALID_SESSION_ID
P_UNSUPPORTED_ADDRESS_PLAN
P_INVALID_CRITERIA
getInfoReq
public void getInfoReq(int callSessionID,
int callInfoRequested)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
getInfoReq in interface IpMultiPartyCallOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
superviseVolumeReq
public void superviseVolumeReq(int callSessionID,
TpCallSuperviseVolume volume,
int treatment)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
superviseVolumeReq in interface IpMultiMediaCallOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
createCallLeg
public TpCallLegIdentifier createCallLeg(int callSessionID,
IpAppCallLeg appCallLeg)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
createCallLeg in interface IpMultiPartyCallOperations
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_SESSION_ID
deassignCall
public void deassignCall(int callSessionID)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
deassignCall in interface IpMultiPartyCallOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
release
public void release(int callSessionID,
TpReleaseCause cause)
throws P_INVALID_NETWORK_STATE,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
release in interface IpMultiPartyCallOperations
- Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_SESSION_ID
setChargePlan
public void setChargePlan(int callSessionID,
TpCallChargePlan callChargePlan)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
setChargePlan in interface IpMultiPartyCallOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
setAdviceOfCharge
public void setAdviceOfCharge(int callSessionID,
TpAoCInfo aOCInfo,
int tariffSwitch)
throws P_INVALID_AMOUNT,
P_INVALID_CURRENCY,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
setAdviceOfCharge in interface IpMultiPartyCallOperations
- Throws:
P_INVALID_AMOUNT
P_INVALID_CURRENCY
TpCommonExceptions
P_INVALID_SESSION_ID
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
superviseReq
public void superviseReq(int callSessionID,
int time,
int treatment)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Specified by:
superviseReq in interface IpMultiPartyCallOperations
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
Copyright © 2008. All Rights Reserved.