org.csapi.cc.cccs
Class IpSubConfCallPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.cc.cccs.IpSubConfCallPOA
          extended by org.csapi.cc.cccs.IpSubConfCallPOATie
All Implemented Interfaces:
IpSubConfCallOperations, IpMultiMediaCallOperations, IpMultiPartyCallOperations, IpInterfaceOperations, IpServiceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpSubConfCallPOATie
extends IpSubConfCallPOA

Generated from IDL interface "IpSubConfCall"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Constructor Summary
IpSubConfCallPOATie(IpSubConfCallOperations delegate)
           
IpSubConfCallPOATie(IpSubConfCallOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpSubConfCallOperations _delegate()
           
 void _delegate(IpSubConfCallOperations delegate)
           
 IpSubConfCall _this()
           
 IpSubConfCall _this(org.omg.CORBA.ORB orb)
           
 void appointSpeaker(int subConferenceSessionID, int speakerCallLeg)
           
 void chairSelection(int subConferenceSessionID, int chairCallLeg)
           
 void changeConferencePolicy(int subConferenceSessionID, TpConfPolicy conferencePolicy)
           
 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 inspectVideo(int subConferenceSessionID, int inspectedCallLeg)
           
 void inspectVideoCancel(int subConferenceSessionID)
           
 void mergeSubConference(int subConferenceCallSessionID, int targetSubConferenceCall)
           
 void moveCallLeg(int subConferenceCallSessionID, int targetSubConferenceCall, int callLeg)
           
 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)
           
 TpSubConfCallIdentifier splitSubConference(int subConferenceSessionID, int[] callLegList, IpAppSubConfCall appSubConferenceCall)
           
 void superviseReq(int callSessionID, int time, int treatment)
           
 void superviseVolumeReq(int callSessionID, TpCallSuperviseVolume volume, int treatment)
           
 
Methods inherited from class org.csapi.cc.cccs.IpSubConfCallPOA
_all_interfaces, _invoke
 
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
 

Constructor Detail

IpSubConfCallPOATie

public IpSubConfCallPOATie(IpSubConfCallOperations delegate)

IpSubConfCallPOATie

public IpSubConfCallPOATie(IpSubConfCallOperations delegate,
                           org.omg.PortableServer.POA poa)
Method Detail

_this

public IpSubConfCall _this()
Overrides:
_this in class IpSubConfCallPOA

_this

public IpSubConfCall _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpSubConfCallPOA

_delegate

public IpSubConfCallOperations _delegate()

_delegate

public void _delegate(IpSubConfCallOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

chairSelection

public void chairSelection(int subConferenceSessionID,
                           int chairCallLeg)
                    throws TpCommonExceptions,
                           P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

setCallback

public void setCallback(IpInterface appInterface)
                 throws P_INVALID_INTERFACE_TYPE,
                        TpCommonExceptions
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions

changeConferencePolicy

public void changeConferencePolicy(int subConferenceSessionID,
                                   TpConfPolicy conferencePolicy)
                            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

mergeSubConference

public void mergeSubConference(int subConferenceCallSessionID,
                               int targetSubConferenceCall)
                        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

deassignCall

public void deassignCall(int callSessionID)
                  throws TpCommonExceptions,
                         P_INVALID_SESSION_ID
Throws:
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

getCallLegs

public TpCallLegIdentifier[] getCallLegs(int callSessionID)
                                  throws TpCommonExceptions,
                                         P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

appointSpeaker

public void appointSpeaker(int subConferenceSessionID,
                           int speakerCallLeg)
                    throws TpCommonExceptions,
                           P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

splitSubConference

public TpSubConfCallIdentifier splitSubConference(int subConferenceSessionID,
                                                  int[] callLegList,
                                                  IpAppSubConfCall appSubConferenceCall)
                                           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

inspectVideoCancel

public void inspectVideoCancel(int subConferenceSessionID)
                        throws TpCommonExceptions,
                               P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

moveCallLeg

public void moveCallLeg(int subConferenceCallSessionID,
                        int targetSubConferenceCall,
                        int callLeg)
                 throws TpCommonExceptions,
                        P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

inspectVideo

public void inspectVideo(int subConferenceSessionID,
                         int inspectedCallLeg)
                  throws TpCommonExceptions,
                         P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

superviseVolumeReq

public void superviseVolumeReq(int callSessionID,
                               TpCallSuperviseVolume volume,
                               int treatment)
                        throws TpCommonExceptions,
                               P_INVALID_SESSION_ID
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
Throws:
P_INVALID_AMOUNT
P_INVALID_CURRENCY
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

getInfoReq

public void getInfoReq(int callSessionID,
                       int callInfoRequested)
                throws TpCommonExceptions,
                       P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID


Copyright © 2008. All Rights Reserved.