org.csapi.ui
Class IpUIPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.csapi.ui.IpUIPOA
          extended by org.csapi.ui.IpUIPOATie
All Implemented Interfaces:
IpInterfaceOperations, IpServiceOperations, IpUIOperations, org.omg.CORBA.portable.InvokeHandler

public class IpUIPOATie
extends IpUIPOA

Generated from IDL interface "IpUI"

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

Constructor Summary
IpUIPOATie(IpUIOperations delegate)
           
IpUIPOATie(IpUIOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpUIOperations _delegate()
           
 void _delegate(IpUIOperations delegate)
           
 IpUI _this()
           
 IpUI _this(org.omg.CORBA.ORB orb)
           
 java.lang.String getOriginatingAddress(int userInteractionSessionID)
           
 void release(int userInteractionSessionID)
           
 int sendInfoAndCollectReq(int userInteractionSessionID, TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, TpUICollectCriteria criteria, int responseRequested)
           
 int sendInfoReq(int userInteractionSessionID, TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, int repeatIndicator, int responseRequested)
           
 void setCallback(IpInterface appInterface)
           
 void setCallbackWithSessionID(IpInterface appInterface, int sessionID)
           
 void setOriginatingAddress(int userInteractionSessionID, java.lang.String origin)
           
 
Methods inherited from class org.csapi.ui.IpUIPOA
_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

IpUIPOATie

public IpUIPOATie(IpUIOperations delegate)

IpUIPOATie

public IpUIPOATie(IpUIOperations delegate,
                  org.omg.PortableServer.POA poa)
Method Detail

_this

public IpUI _this()
Overrides:
_this in class IpUIPOA

_this

public IpUI _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpUIPOA

_delegate

public IpUIOperations _delegate()

_delegate

public void _delegate(IpUIOperations delegate)

_default_POA

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

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

sendInfoReq

public int sendInfoReq(int userInteractionSessionID,
                       TpUIInfo info,
                       java.lang.String language,
                       TpUIVariableInfo[] variableInfo,
                       int repeatIndicator,
                       int responseRequested)
                throws P_ILLEGAL_ID,
                       P_INVALID_NETWORK_STATE,
                       TpCommonExceptions,
                       P_ID_NOT_FOUND,
                       P_INVALID_SESSION_ID
Throws:
P_ILLEGAL_ID
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_ID_NOT_FOUND
P_INVALID_SESSION_ID

getOriginatingAddress

public java.lang.String getOriginatingAddress(int userInteractionSessionID)
                                       throws P_INVALID_NETWORK_STATE,
                                              TpCommonExceptions,
                                              P_INVALID_SESSION_ID
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_SESSION_ID

setOriginatingAddress

public void setOriginatingAddress(int userInteractionSessionID,
                                  java.lang.String origin)
                           throws P_INVALID_NETWORK_STATE,
                                  TpCommonExceptions,
                                  P_INVALID_ADDRESS,
                                  P_INVALID_SESSION_ID
Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_ADDRESS
P_INVALID_SESSION_ID

sendInfoAndCollectReq

public int sendInfoAndCollectReq(int userInteractionSessionID,
                                 TpUIInfo info,
                                 java.lang.String language,
                                 TpUIVariableInfo[] variableInfo,
                                 TpUICollectCriteria criteria,
                                 int responseRequested)
                          throws P_ILLEGAL_ID,
                                 P_INVALID_NETWORK_STATE,
                                 TpCommonExceptions,
                                 P_ILLEGAL_RANGE,
                                 P_ID_NOT_FOUND,
                                 P_INVALID_SESSION_ID,
                                 P_INVALID_COLLECTION_CRITERIA
Throws:
P_ILLEGAL_ID
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_ILLEGAL_RANGE
P_ID_NOT_FOUND
P_INVALID_SESSION_ID
P_INVALID_COLLECTION_CRITERIA

release

public void release(int userInteractionSessionID)
             throws TpCommonExceptions,
                    P_INVALID_SESSION_ID
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

setCallback

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


Copyright © 2009. All Rights Reserved.