org.csapi.cc.cccs
Interface IpSubConfCallOperations

All Superinterfaces:
IpInterfaceOperations, IpMultiMediaCallOperations, IpMultiPartyCallOperations, IpServiceOperations
All Known Subinterfaces:
IpSubConfCall
All Known Implementing Classes:
_IpSubConfCallStub, IpSubConfCallPOA, IpSubConfCallPOATie

public interface IpSubConfCallOperations
extends IpMultiMediaCallOperations

Generated from IDL interface "IpSubConfCall"

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

Method Summary
 void appointSpeaker(int subConferenceSessionID, int speakerCallLeg)
           
 void chairSelection(int subConferenceSessionID, int chairCallLeg)
           
 void changeConferencePolicy(int subConferenceSessionID, TpConfPolicy conferencePolicy)
           
 void inspectVideo(int subConferenceSessionID, int inspectedCallLeg)
           
 void inspectVideoCancel(int subConferenceSessionID)
           
 void mergeSubConference(int subConferenceCallSessionID, int targetSubConferenceCall)
           
 void moveCallLeg(int subConferenceCallSessionID, int targetSubConferenceCall, int callLeg)
           
 TpSubConfCallIdentifier splitSubConference(int subConferenceSessionID, int[] callLegList, IpAppSubConfCall appSubConferenceCall)
           
 
Methods inherited from interface org.csapi.cc.mmccs.IpMultiMediaCallOperations
superviseVolumeReq
 
Methods inherited from interface org.csapi.cc.mpccs.IpMultiPartyCallOperations
createAndRouteCallLegReq, createCallLeg, deassignCall, getCallLegs, getInfoReq, release, setAdviceOfCharge, setChargePlan, superviseReq
 
Methods inherited from interface org.csapi.IpServiceOperations
setCallback, setCallbackWithSessionID
 

Method Detail

splitSubConference

TpSubConfCallIdentifier splitSubConference(int subConferenceSessionID,
                                           int[] callLegList,
                                           IpAppSubConfCall appSubConferenceCall)
                                           throws TpCommonExceptions,
                                                  P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

mergeSubConference

void mergeSubConference(int subConferenceCallSessionID,
                        int targetSubConferenceCall)
                        throws TpCommonExceptions,
                               P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

moveCallLeg

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

inspectVideo

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

inspectVideoCancel

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

appointSpeaker

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

chairSelection

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

changeConferencePolicy

void changeConferencePolicy(int subConferenceSessionID,
                            TpConfPolicy conferencePolicy)
                            throws TpCommonExceptions,
                                   P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID


Copyright © 2009. All Rights Reserved.