org.csapi.ui
Class _IpUIStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.ui._IpUIStub
All Implemented Interfaces:
java.io.Serializable, IpInterface, IpInterfaceOperations, IpService, IpServiceOperations, IpUI, IpUIOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpUIStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpUI

Generated from IDL interface "IpUI"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpUIStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_IpUIStub

public _IpUIStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

setCallbackWithSessionID

public void setCallbackWithSessionID(IpInterface appInterface,
                                     int sessionID)
                              throws P_INVALID_INTERFACE_TYPE,
                                     TpCommonExceptions,
                                     P_INVALID_SESSION_ID
Specified by:
setCallbackWithSessionID in interface IpServiceOperations
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
Specified by:
sendInfoReq in interface IpUIOperations
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
Specified by:
getOriginatingAddress in interface IpUIOperations
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
Specified by:
setOriginatingAddress in interface IpUIOperations
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
Specified by:
sendInfoAndCollectReq in interface IpUIOperations
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
Specified by:
release in interface IpUIOperations
Throws:
TpCommonExceptions
P_INVALID_SESSION_ID

setCallback

public void setCallback(IpInterface appInterface)
                 throws P_INVALID_INTERFACE_TYPE,
                        TpCommonExceptions
Specified by:
setCallback in interface IpServiceOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions


Copyright © 2009. All Rights Reserved.