org.csapi.cc.cccs
Class _IpConfCallControlManagerStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.cc.cccs._IpConfCallControlManagerStub
All Implemented Interfaces:
java.io.Serializable, IpConfCallControlManager, IpConfCallControlManagerOperations, IpMultiMediaCallControlManager, IpMultiMediaCallControlManagerOperations, IpMultiPartyCallControlManager, IpMultiPartyCallControlManagerOperations, IpInterface, IpInterfaceOperations, IpService, IpServiceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpConfCallControlManagerStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpConfCallControlManager

Generated from IDL interface "IpConfCallControlManager"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpConfCallControlManagerStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void changeMediaNotification(int assignmentID, TpNotificationMediaRequest notificationMediaRequest)
           
 void changeNotification(int assignmentID, TpCallNotificationRequest notificationRequest)
           
 TpConfSearchResult checkResources(TpConfSearchCriteria searchCriteria)
           
 TpMultiPartyCallIdentifier createCall(IpAppMultiPartyCall appCall)
           
 TpConfCallIdentifier createConference(IpAppConfCall appConferenceCall, int numberOfSubConferences, TpConfPolicy conferencePolicy, int numberOfParticipants, int duration)
           
 int createMediaNotification(IpAppMultiMediaCallControlManager appInterface, TpNotificationMediaRequest notificationMediaRequest)
           
 int createNotification(IpAppMultiPartyCallControlManager appCallControlManager, TpCallNotificationRequest notificationRequest)
           
 void destroyMediaNotification(int assignmentID)
           
 void destroyNotification(int assignmentID)
           
 void disableNotifications()
           
 int enableNotifications(IpAppMultiPartyCallControlManager appCallControlManager)
           
 void freeResources(TpResourceReservation resourceReservation)
           
 TpMediaNotificationRequested[] getMediaNotification()
           
 TpNotificationRequestedSetEntry getNextNotification(boolean reset)
           
 TpNotificationRequested[] getNotification()
           
 TpResourceReservation reserveResources(IpAppConfCallControlManager appInterface, java.lang.String startTime, int numberOfParticipants, int duration, TpConfPolicy conferencePolicy)
           
 void setCallback(IpInterface appInterface)
           
 void setCallbackWithSessionID(IpInterface appInterface, int sessionID)
           
 int setCallLoadControl(int duration, TpCallLoadControlMechanism mechanism, TpCallTreatment treatment, TpAddressRange addressRange)
           
 
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
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_IpConfCallControlManagerStub

public _IpConfCallControlManagerStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

disableNotifications

public void disableNotifications()
                          throws TpCommonExceptions
Specified by:
disableNotifications in interface IpMultiPartyCallControlManagerOperations
Throws:
TpCommonExceptions

createNotification

public int createNotification(IpAppMultiPartyCallControlManager appCallControlManager,
                              TpCallNotificationRequest notificationRequest)
                       throws P_INVALID_INTERFACE_TYPE,
                              P_INVALID_EVENT_TYPE,
                              TpCommonExceptions,
                              P_INVALID_CRITERIA
Specified by:
createNotification in interface IpMultiPartyCallControlManagerOperations
Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA

reserveResources

public TpResourceReservation reserveResources(IpAppConfCallControlManager appInterface,
                                              java.lang.String startTime,
                                              int numberOfParticipants,
                                              int duration,
                                              TpConfPolicy conferencePolicy)
                                       throws TpCommonExceptions
Specified by:
reserveResources in interface IpConfCallControlManagerOperations
Throws:
TpCommonExceptions

setCallback

public void setCallback(IpInterface appInterface)
                 throws P_INVALID_INTERFACE_TYPE,
                        TpCommonExceptions
Specified by:
setCallback in interface IpServiceOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions

setCallLoadControl

public int setCallLoadControl(int duration,
                              TpCallLoadControlMechanism mechanism,
                              TpCallTreatment treatment,
                              TpAddressRange addressRange)
                       throws TpCommonExceptions,
                              P_INVALID_ADDRESS,
                              P_UNSUPPORTED_ADDRESS_PLAN
Specified by:
setCallLoadControl in interface IpMultiPartyCallControlManagerOperations
Throws:
TpCommonExceptions
P_INVALID_ADDRESS
P_UNSUPPORTED_ADDRESS_PLAN

createMediaNotification

public int createMediaNotification(IpAppMultiMediaCallControlManager appInterface,
                                   TpNotificationMediaRequest notificationMediaRequest)
                            throws P_INVALID_INTERFACE_TYPE,
                                   P_INVALID_EVENT_TYPE,
                                   TpCommonExceptions,
                                   P_INVALID_CRITERIA
Specified by:
createMediaNotification in interface IpMultiMediaCallControlManagerOperations
Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA

enableNotifications

public int enableNotifications(IpAppMultiPartyCallControlManager appCallControlManager)
                        throws TpCommonExceptions
Specified by:
enableNotifications in interface IpMultiPartyCallControlManagerOperations
Throws:
TpCommonExceptions

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

destroyMediaNotification

public void destroyMediaNotification(int assignmentID)
                              throws TpCommonExceptions
Specified by:
destroyMediaNotification in interface IpMultiMediaCallControlManagerOperations
Throws:
TpCommonExceptions

createConference

public TpConfCallIdentifier createConference(IpAppConfCall appConferenceCall,
                                             int numberOfSubConferences,
                                             TpConfPolicy conferencePolicy,
                                             int numberOfParticipants,
                                             int duration)
                                      throws TpCommonExceptions
Specified by:
createConference in interface IpConfCallControlManagerOperations
Throws:
TpCommonExceptions

checkResources

public TpConfSearchResult checkResources(TpConfSearchCriteria searchCriteria)
                                  throws TpCommonExceptions
Specified by:
checkResources in interface IpConfCallControlManagerOperations
Throws:
TpCommonExceptions

freeResources

public void freeResources(TpResourceReservation resourceReservation)
                   throws TpCommonExceptions
Specified by:
freeResources in interface IpConfCallControlManagerOperations
Throws:
TpCommonExceptions

changeNotification

public void changeNotification(int assignmentID,
                               TpCallNotificationRequest notificationRequest)
                        throws P_INVALID_ASSIGNMENT_ID,
                               P_INVALID_EVENT_TYPE,
                               TpCommonExceptions,
                               P_INVALID_CRITERIA
Specified by:
changeNotification in interface IpMultiPartyCallControlManagerOperations
Throws:
P_INVALID_ASSIGNMENT_ID
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA

getNotification

public TpNotificationRequested[] getNotification()
                                          throws TpCommonExceptions
Specified by:
getNotification in interface IpMultiPartyCallControlManagerOperations
Throws:
TpCommonExceptions

getNextNotification

public TpNotificationRequestedSetEntry getNextNotification(boolean reset)
                                                    throws TpCommonExceptions
Specified by:
getNextNotification in interface IpMultiPartyCallControlManagerOperations
Throws:
TpCommonExceptions

getMediaNotification

public TpMediaNotificationRequested[] getMediaNotification()
                                                    throws TpCommonExceptions
Specified by:
getMediaNotification in interface IpMultiMediaCallControlManagerOperations
Throws:
TpCommonExceptions

destroyNotification

public void destroyNotification(int assignmentID)
                         throws P_INVALID_ASSIGNMENT_ID,
                                TpCommonExceptions
Specified by:
destroyNotification in interface IpMultiPartyCallControlManagerOperations
Throws:
P_INVALID_ASSIGNMENT_ID
TpCommonExceptions

createCall

public TpMultiPartyCallIdentifier createCall(IpAppMultiPartyCall appCall)
                                      throws P_INVALID_INTERFACE_TYPE,
                                             TpCommonExceptions
Specified by:
createCall in interface IpMultiPartyCallControlManagerOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions

changeMediaNotification

public void changeMediaNotification(int assignmentID,
                                    TpNotificationMediaRequest notificationMediaRequest)
                             throws P_INVALID_ASSIGNMENT_ID,
                                    P_INVALID_EVENT_TYPE,
                                    TpCommonExceptions,
                                    P_INVALID_CRITERIA
Specified by:
changeMediaNotification in interface IpMultiMediaCallControlManagerOperations
Throws:
P_INVALID_ASSIGNMENT_ID
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA


Copyright © 2009. All Rights Reserved.