org.csapi.cc.gccs
Class _IpCallControlManagerStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.cc.gccs._IpCallControlManagerStub
All Implemented Interfaces:
java.io.Serializable, IpCallControlManager, IpCallControlManagerOperations, IpInterface, IpInterfaceOperations, IpService, IpServiceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpCallControlManagerStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpCallControlManager

Generated from IDL interface "IpCallControlManager"

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

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpCallControlManagerStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void changeCallNotification(int assignmentID, TpCallEventCriteria eventCriteria)
           
 TpCallIdentifier createCall(IpAppCall appCall)
           
 void disableCallNotification(int assignmentID)
           
 int enableCallNotification(IpAppCallControlManager appCallControlManager, TpCallEventCriteria eventCriteria)
           
 TpCallEventCriteriaResult[] getCriteria()
           
 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
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_IpCallControlManagerStub

public _IpCallControlManagerStub()
Method Detail

_ids

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

disableCallNotification

public void disableCallNotification(int assignmentID)
                             throws P_INVALID_ASSIGNMENT_ID,
                                    TpCommonExceptions
Specified by:
disableCallNotification in interface IpCallControlManagerOperations
Throws:
P_INVALID_ASSIGNMENT_ID
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

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 IpCallControlManagerOperations
Throws:
TpCommonExceptions
P_INVALID_ADDRESS
P_UNSUPPORTED_ADDRESS_PLAN

changeCallNotification

public void changeCallNotification(int assignmentID,
                                   TpCallEventCriteria eventCriteria)
                            throws P_INVALID_ASSIGNMENT_ID,
                                   P_INVALID_EVENT_TYPE,
                                   TpCommonExceptions,
                                   P_INVALID_CRITERIA
Specified by:
changeCallNotification in interface IpCallControlManagerOperations
Throws:
P_INVALID_ASSIGNMENT_ID
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA

createCall

public TpCallIdentifier createCall(IpAppCall appCall)
                            throws P_INVALID_INTERFACE_TYPE,
                                   TpCommonExceptions
Specified by:
createCall in interface IpCallControlManagerOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions

getCriteria

public TpCallEventCriteriaResult[] getCriteria()
                                        throws TpCommonExceptions
Specified by:
getCriteria in interface IpCallControlManagerOperations
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

enableCallNotification

public int enableCallNotification(IpAppCallControlManager appCallControlManager,
                                  TpCallEventCriteria eventCriteria)
                           throws P_INVALID_INTERFACE_TYPE,
                                  P_INVALID_EVENT_TYPE,
                                  TpCommonExceptions,
                                  P_INVALID_CRITERIA
Specified by:
enableCallNotification in interface IpCallControlManagerOperations
Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA


Copyright © 2008. All Rights Reserved.