org.csapi.ui
Class IpUIManagerPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.ui.IpUIManagerPOA
          extended by org.csapi.ui.IpUIManagerPOATie
All Implemented Interfaces:
IpInterfaceOperations, IpServiceOperations, IpUIManagerOperations, org.omg.CORBA.portable.InvokeHandler

public class IpUIManagerPOATie
extends IpUIManagerPOA

Generated from IDL interface "IpUIManager"

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

Constructor Summary
IpUIManagerPOATie(IpUIManagerOperations delegate)
           
IpUIManagerPOATie(IpUIManagerOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpUIManagerOperations _delegate()
           
 void _delegate(IpUIManagerOperations delegate)
           
 IpUIManager _this()
           
 IpUIManager _this(org.omg.CORBA.ORB orb)
           
 void changeNotification(int assignmentID, TpUIEventCriteria eventCriteria)
           
 int createNotification(IpAppUIManager appUIManager, TpUIEventCriteria eventCriteria)
           
 TpUIIdentifier createUI(IpAppUI appUI, TpAddress userAddress)
           
 TpUICallIdentifier createUICall(IpAppUICall appUI, TpUITargetObject uiTargetObject)
           
 void destroyNotification(int assignmentID)
           
 void disableNotifications()
           
 int enableNotifications(IpAppUIManager appUIManager)
           
 TpUIEventCriteriaResult[] getNotification()
           
 void setCallback(IpInterface appInterface)
           
 void setCallbackWithSessionID(IpInterface appInterface, int sessionID)
           
 
Methods inherited from class org.csapi.ui.IpUIManagerPOA
_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

IpUIManagerPOATie

public IpUIManagerPOATie(IpUIManagerOperations delegate)

IpUIManagerPOATie

public IpUIManagerPOATie(IpUIManagerOperations delegate,
                         org.omg.PortableServer.POA poa)
Method Detail

_this

public IpUIManager _this()
Overrides:
_this in class IpUIManagerPOA

_this

public IpUIManager _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpUIManagerPOA

_delegate

public IpUIManagerOperations _delegate()

_delegate

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

changeNotification

public void changeNotification(int assignmentID,
                               TpUIEventCriteria eventCriteria)
                        throws P_INVALID_ASSIGNMENT_ID,
                               TpCommonExceptions,
                               P_INVALID_CRITERIA
Throws:
P_INVALID_ASSIGNMENT_ID
TpCommonExceptions
P_INVALID_CRITERIA

getNotification

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

disableNotifications

public void disableNotifications()
                          throws TpCommonExceptions
Throws:
TpCommonExceptions

destroyNotification

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

createUICall

public TpUICallIdentifier createUICall(IpAppUICall appUI,
                                       TpUITargetObject uiTargetObject)
                                throws P_INVALID_INTERFACE_TYPE,
                                       P_INVALID_NETWORK_STATE,
                                       TpCommonExceptions
Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions

createNotification

public int createNotification(IpAppUIManager appUIManager,
                              TpUIEventCriteria eventCriteria)
                       throws P_INVALID_INTERFACE_TYPE,
                              TpCommonExceptions,
                              P_INVALID_CRITERIA
Throws:
P_INVALID_INTERFACE_TYPE
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

enableNotifications

public int enableNotifications(IpAppUIManager appUIManager)
                        throws TpCommonExceptions
Throws:
TpCommonExceptions

createUI

public TpUIIdentifier createUI(IpAppUI appUI,
                               TpAddress userAddress)
                        throws P_INVALID_INTERFACE_TYPE,
                               P_INVALID_NETWORK_STATE,
                               TpCommonExceptions
Throws:
P_INVALID_INTERFACE_TYPE
P_INVALID_NETWORK_STATE
TpCommonExceptions


Copyright © 2008. All Rights Reserved.