org.csapi.cc.mmccs
Class IpMultiMediaCallControlManagerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.cc.mmccs.IpMultiMediaCallControlManagerPOA
          extended by org.csapi.cc.mmccs.IpMultiMediaCallControlManagerPOATie
All Implemented Interfaces:
IpMultiMediaCallControlManagerOperations, IpMultiPartyCallControlManagerOperations, IpInterfaceOperations, IpServiceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpMultiMediaCallControlManagerPOATie
extends IpMultiMediaCallControlManagerPOA

Generated from IDL interface "IpMultiMediaCallControlManager"

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

Constructor Summary
IpMultiMediaCallControlManagerPOATie(IpMultiMediaCallControlManagerOperations delegate)
           
IpMultiMediaCallControlManagerPOATie(IpMultiMediaCallControlManagerOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpMultiMediaCallControlManagerOperations _delegate()
           
 void _delegate(IpMultiMediaCallControlManagerOperations delegate)
           
 IpMultiMediaCallControlManager _this()
           
 IpMultiMediaCallControlManager _this(org.omg.CORBA.ORB orb)
           
 void changeMediaNotification(int assignmentID, TpNotificationMediaRequest notificationMediaRequest)
           
 void changeNotification(int assignmentID, TpCallNotificationRequest notificationRequest)
           
 TpMultiPartyCallIdentifier createCall(IpAppMultiPartyCall appCall)
           
 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)
           
 TpMediaNotificationRequested[] getMediaNotification()
           
 TpNotificationRequestedSetEntry getNextNotification(boolean reset)
           
 TpNotificationRequested[] getNotification()
           
 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.csapi.cc.mmccs.IpMultiMediaCallControlManagerPOA
_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

IpMultiMediaCallControlManagerPOATie

public IpMultiMediaCallControlManagerPOATie(IpMultiMediaCallControlManagerOperations delegate)

IpMultiMediaCallControlManagerPOATie

public IpMultiMediaCallControlManagerPOATie(IpMultiMediaCallControlManagerOperations delegate,
                                            org.omg.PortableServer.POA poa)
Method Detail

_this

public IpMultiMediaCallControlManager _this()
Overrides:
_this in class IpMultiMediaCallControlManagerPOA

_this

public IpMultiMediaCallControlManager _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpMultiMediaCallControlManagerPOA

_delegate

public IpMultiMediaCallControlManagerOperations _delegate()

_delegate

public void _delegate(IpMultiMediaCallControlManagerOperations delegate)

_default_POA

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

setCallback

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

destroyMediaNotification

public void destroyMediaNotification(int assignmentID)
                              throws TpCommonExceptions
Throws:
TpCommonExceptions

createMediaNotification

public int createMediaNotification(IpAppMultiMediaCallControlManager appInterface,
                                   TpNotificationMediaRequest notificationMediaRequest)
                            throws P_INVALID_INTERFACE_TYPE,
                                   P_INVALID_EVENT_TYPE,
                                   TpCommonExceptions,
                                   P_INVALID_CRITERIA
Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA

getNotification

public TpNotificationRequested[] getNotification()
                                          throws TpCommonExceptions
Throws:
TpCommonExceptions

disableNotifications

public void disableNotifications()
                          throws TpCommonExceptions
Throws:
TpCommonExceptions

createCall

public TpMultiPartyCallIdentifier createCall(IpAppMultiPartyCall appCall)
                                      throws P_INVALID_INTERFACE_TYPE,
                                             TpCommonExceptions
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
Throws:
TpCommonExceptions
P_INVALID_ADDRESS
P_UNSUPPORTED_ADDRESS_PLAN

createNotification

public int createNotification(IpAppMultiPartyCallControlManager appCallControlManager,
                              TpCallNotificationRequest notificationRequest)
                       throws P_INVALID_INTERFACE_TYPE,
                              P_INVALID_EVENT_TYPE,
                              TpCommonExceptions,
                              P_INVALID_CRITERIA
Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA

destroyNotification

public void destroyNotification(int assignmentID)
                         throws P_INVALID_ASSIGNMENT_ID,
                                TpCommonExceptions
Throws:
P_INVALID_ASSIGNMENT_ID
TpCommonExceptions

enableNotifications

public int enableNotifications(IpAppMultiPartyCallControlManager appCallControlManager)
                        throws TpCommonExceptions
Throws:
TpCommonExceptions

changeMediaNotification

public void changeMediaNotification(int assignmentID,
                                    TpNotificationMediaRequest notificationMediaRequest)
                             throws P_INVALID_ASSIGNMENT_ID,
                                    P_INVALID_EVENT_TYPE,
                                    TpCommonExceptions,
                                    P_INVALID_CRITERIA
Throws:
P_INVALID_ASSIGNMENT_ID
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA

changeNotification

public void changeNotification(int assignmentID,
                               TpCallNotificationRequest notificationRequest)
                        throws P_INVALID_ASSIGNMENT_ID,
                               P_INVALID_EVENT_TYPE,
                               TpCommonExceptions,
                               P_INVALID_CRITERIA
Throws:
P_INVALID_ASSIGNMENT_ID
P_INVALID_EVENT_TYPE
TpCommonExceptions
P_INVALID_CRITERIA

getMediaNotification

public TpMediaNotificationRequested[] getMediaNotification()
                                                    throws TpCommonExceptions
Throws:
TpCommonExceptions

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

getNextNotification

public TpNotificationRequestedSetEntry getNextNotification(boolean reset)
                                                    throws TpCommonExceptions
Throws:
TpCommonExceptions


Copyright © 2008. All Rights Reserved.