org.csapi.ui
Class IpUICallPOATie

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

public class IpUICallPOATie
extends IpUICallPOA

Generated from IDL interface "IpUICall"

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

Constructor Summary
IpUICallPOATie(IpUICallOperations delegate)
           
IpUICallPOATie(IpUICallOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IpUICallOperations _delegate()
           
 void _delegate(IpUICallOperations delegate)
           
 IpUICall _this()
           
 IpUICall _this(org.omg.CORBA.ORB orb)
           
 void abortActionReq(int userInteractionSessionID, int assignmentID)
           
 int deleteMessageReq(int usrInteractionSessionID, int messageID)
           
 java.lang.String getOriginatingAddress(int userInteractionSessionID)
           
 int recordMessageReq(int userInteractionSessionID, TpUIInfo info, TpUIMessageCriteria criteria)
           
 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.IpUICallPOA
_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

IpUICallPOATie

public IpUICallPOATie(IpUICallOperations delegate)

IpUICallPOATie

public IpUICallPOATie(IpUICallOperations delegate,
                      org.omg.PortableServer.POA poa)
Method Detail

_this

public IpUICall _this()
Overrides:
_this in class IpUICallPOA

_this

public IpUICall _this(org.omg.CORBA.ORB orb)
Overrides:
_this in class IpUICallPOA

_delegate

public IpUICallOperations _delegate()

_delegate

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

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

recordMessageReq

public int recordMessageReq(int userInteractionSessionID,
                            TpUIInfo info,
                            TpUIMessageCriteria criteria)
                     throws P_ILLEGAL_ID,
                            P_INVALID_NETWORK_STATE,
                            TpCommonExceptions,
                            P_ID_NOT_FOUND,
                            P_INVALID_SESSION_ID,
                            P_INVALID_CRITERIA
Throws:
P_ILLEGAL_ID
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_ID_NOT_FOUND
P_INVALID_SESSION_ID
P_INVALID_CRITERIA

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

deleteMessageReq

public int deleteMessageReq(int usrInteractionSessionID,
                            int messageID)
                     throws P_ILLEGAL_ID,
                            TpCommonExceptions,
                            P_ID_NOT_FOUND,
                            P_INVALID_SESSION_ID
Throws:
P_ILLEGAL_ID
TpCommonExceptions
P_ID_NOT_FOUND
P_INVALID_SESSION_ID

release

public void release(int userInteractionSessionID)
             throws TpCommonExceptions,
                    P_INVALID_SESSION_ID
Throws:
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

abortActionReq

public void abortActionReq(int userInteractionSessionID,
                           int assignmentID)
                    throws P_INVALID_ASSIGNMENT_ID,
                           TpCommonExceptions,
                           P_INVALID_SESSION_ID
Throws:
P_INVALID_ASSIGNMENT_ID
TpCommonExceptions
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

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


Copyright © 2008. All Rights Reserved.