org.csapi.dsc
Class IpDataSessionControlManagerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.dsc.IpDataSessionControlManagerPOA
          extended by org.csapi.dsc.IpDataSessionControlManagerPOATie
All Implemented Interfaces:
IpDataSessionControlManagerOperations, IpInterfaceOperations, IpServiceOperations, org.omg.CORBA.portable.InvokeHandler

public class IpDataSessionControlManagerPOATie
extends IpDataSessionControlManagerPOA

Generated from IDL interface "IpDataSessionControlManager"

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

Constructor Summary
IpDataSessionControlManagerPOATie(IpDataSessionControlManagerOperations delegate)
           
IpDataSessionControlManagerPOATie(IpDataSessionControlManagerOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpDataSessionControlManagerOperations _delegate()
           
 void _delegate(IpDataSessionControlManagerOperations delegate)
           
 IpDataSessionControlManager _this()
           
 IpDataSessionControlManager _this(org.omg.CORBA.ORB orb)
           
 void changeNotification(int assignmentID, TpDataSessionEventCriteria eventCriteria)
           
 int createNotification(IpAppDataSessionControlManager appDataSessionControlManager, TpDataSessionEventCriteria eventCriteria)
           
 int createNotifications(IpAppDataSessionControlManager appDataSessionControlManager, TpDataSessionEventCriteria eventCriteria)
           
 void destroyNotification(int assignmentID)
           
 void disableNotifications()
           
 int enableNotifications(IpAppDataSessionControlManager appDataSessionControlManager)
           
 TpDataSessionEventCriteria getNotification()
           
 TpDataSessionEventCriteriaResult[] getNotifications()
           
 void setCallback(IpInterface appInterface)
           
 void setCallbackWithSessionID(IpInterface appInterface, int sessionID)
           
 
Methods inherited from class org.csapi.dsc.IpDataSessionControlManagerPOA
_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

IpDataSessionControlManagerPOATie

public IpDataSessionControlManagerPOATie(IpDataSessionControlManagerOperations delegate)

IpDataSessionControlManagerPOATie

public IpDataSessionControlManagerPOATie(IpDataSessionControlManagerOperations delegate,
                                         org.omg.PortableServer.POA poa)
Method Detail

_this

public IpDataSessionControlManager _this()
Overrides:
_this in class IpDataSessionControlManagerPOA

_this

public IpDataSessionControlManager _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpDataSessionControlManagerPOA

_delegate

public IpDataSessionControlManagerOperations _delegate()

_delegate

public void _delegate(IpDataSessionControlManagerOperations 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

enableNotifications

public int enableNotifications(IpAppDataSessionControlManager appDataSessionControlManager)
                        throws TpCommonExceptions
Throws:
TpCommonExceptions

createNotification

public int createNotification(IpAppDataSessionControlManager appDataSessionControlManager,
                              TpDataSessionEventCriteria eventCriteria)
                       throws P_INVALID_EVENT_TYPE,
                              P_INVALID_NETWORK_STATE,
                              TpCommonExceptions,
                              P_INVALID_CRITERIA
Throws:
P_INVALID_EVENT_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_CRITERIA

getNotification

public TpDataSessionEventCriteria getNotification()
                                           throws P_INVALID_NETWORK_STATE,
                                                  TpCommonExceptions
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions

disableNotifications

public void disableNotifications()
                          throws TpCommonExceptions
Throws:
TpCommonExceptions

getNotifications

public TpDataSessionEventCriteriaResult[] getNotifications()
                                                    throws P_INVALID_NETWORK_STATE,
                                                           TpCommonExceptions
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions

destroyNotification

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

createNotifications

public int createNotifications(IpAppDataSessionControlManager appDataSessionControlManager,
                               TpDataSessionEventCriteria eventCriteria)
                        throws P_INVALID_INTERFACE_TYPE,
                               P_INVALID_EVENT_TYPE,
                               P_INVALID_NETWORK_STATE,
                               TpCommonExceptions,
                               P_INVALID_CRITERIA
Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_EVENT_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_CRITERIA

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

changeNotification

public void changeNotification(int assignmentID,
                               TpDataSessionEventCriteria eventCriteria)
                        throws P_INVALID_ASSIGNMENT_ID,
                               P_INVALID_EVENT_TYPE,
                               P_INVALID_NETWORK_STATE,
                               TpCommonExceptions,
                               P_INVALID_CRITERIA
Throws:
P_INVALID_ASSIGNMENT_ID
P_INVALID_EVENT_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_CRITERIA


Copyright © 2009. All Rights Reserved.