org.csapi.cc.mpccs
Class IpMultiPartyCallPOATie
java.lang.Object
org.omg.PortableServer.Servant
org.csapi.cc.mpccs.IpMultiPartyCallPOA
org.csapi.cc.mpccs.IpMultiPartyCallPOATie
- All Implemented Interfaces:
- IpMultiPartyCallOperations, IpInterfaceOperations, IpServiceOperations, org.omg.CORBA.portable.InvokeHandler
public class IpMultiPartyCallPOATie
- extends IpMultiPartyCallPOA
Generated from IDL interface "IpMultiPartyCall"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
|
Method Summary |
org.omg.PortableServer.POA |
_default_POA()
|
IpMultiPartyCallOperations |
_delegate()
|
void |
_delegate(IpMultiPartyCallOperations delegate)
|
IpMultiPartyCall |
_this()
|
IpMultiPartyCall |
_this(org.omg.CORBA.ORB orb)
|
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)
|
| Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IpMultiPartyCallPOATie
public IpMultiPartyCallPOATie(IpMultiPartyCallOperations delegate)
IpMultiPartyCallPOATie
public IpMultiPartyCallPOATie(IpMultiPartyCallOperations delegate,
org.omg.PortableServer.POA poa)
_this
public IpMultiPartyCall _this()
- Overrides:
_this in class IpMultiPartyCallPOA
_this
public IpMultiPartyCall _this(org.omg.CORBA.ORB orb)
- Overrides:
_this in class IpMultiPartyCallPOA
_delegate
public IpMultiPartyCallOperations _delegate()
_delegate
public void _delegate(IpMultiPartyCallOperations delegate)
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA in class org.omg.PortableServer.Servant
setCallback
public void setCallback(IpInterface appInterface)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
getCallLegs
public TpCallLegIdentifier[] getCallLegs(int callSessionID)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- 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
- 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
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
createCallLeg
public TpCallLegIdentifier createCallLeg(int callSessionID,
IpAppCallLeg appCallLeg)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_SESSION_ID
deassignCall
public void deassignCall(int callSessionID)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
release
public void release(int callSessionID,
TpReleaseCause cause)
throws P_INVALID_NETWORK_STATE,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_SESSION_ID
setCallbackWithSessionID
public void setCallbackWithSessionID(IpInterface appInterface,
int sessionID)
throws P_INVALID_INTERFACE_TYPE,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Throws:
P_INVALID_INTERFACE_TYPE
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
- Throws:
P_INVALID_AMOUNT
P_INVALID_CURRENCY
TpCommonExceptions
P_INVALID_SESSION_ID
setChargePlan
public void setChargePlan(int callSessionID,
TpCallChargePlan callChargePlan)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
superviseReq
public void superviseReq(int callSessionID,
int time,
int treatment)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
Copyright © 2009. All Rights Reserved.