org.csapi.cc.cccs
Interface IpConfCallOperations

All Superinterfaces:
IpInterfaceOperations, IpMultiMediaCallOperations, IpMultiPartyCallOperations, IpServiceOperations
All Known Subinterfaces:
IpConfCall
All Known Implementing Classes:
_IpConfCallStub, IpConfCallPOA, IpConfCallPOATie

public interface IpConfCallOperations
extends IpMultiMediaCallOperations

Generated from IDL interface "IpConfCall"

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

Method Summary
 TpSubConfCallIdentifier createSubConference(int conferenceSessionID, IpAppSubConfCall appSubConference, TpConfPolicy conferencePolicy)
           
 TpAddress getConferenceAddress(int conferenceSessionID)
           
 TpSubConfCallIdentifier[] getSubConferences(int conferenceSessionID)
           
 void leaveMonitorReq(int conferenceSessionID)
           
 
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

getSubConferences

TpSubConfCallIdentifier[] getSubConferences(int conferenceSessionID)
                                            throws TpCommonExceptions,
                                                   P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

createSubConference

TpSubConfCallIdentifier createSubConference(int conferenceSessionID,
                                            IpAppSubConfCall appSubConference,
                                            TpConfPolicy conferencePolicy)
                                            throws TpCommonExceptions,
                                                   P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

leaveMonitorReq

void leaveMonitorReq(int conferenceSessionID)
                     throws TpCommonExceptions,
                            P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

getConferenceAddress

TpAddress getConferenceAddress(int conferenceSessionID)
                               throws TpCommonExceptions,
                                      P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID


Copyright © 2008. All Rights Reserved.