org.csapi.ui
Class _IpUICallStub

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

public class _IpUICallStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpUICall

Generated from IDL interface "IpUICall"

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

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpUICallStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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.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
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_IpUICallStub

public _IpUICallStub()
Method Detail

_ids

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

setCallback

public void setCallback(IpInterface appInterface)
                 throws P_INVALID_INTERFACE_TYPE,
                        TpCommonExceptions
Specified by:
setCallback in interface IpServiceOperations
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
Specified by:
sendInfoReq in interface IpUIOperations
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
Specified by:
recordMessageReq in interface IpUICallOperations
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
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

deleteMessageReq

public int deleteMessageReq(int usrInteractionSessionID,
                            int messageID)
                     throws P_ILLEGAL_ID,
                            TpCommonExceptions,
                            P_ID_NOT_FOUND,
                            P_INVALID_SESSION_ID
Specified by:
deleteMessageReq in interface IpUICallOperations
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
Specified by:
release in interface IpUIOperations
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
Specified by:
setOriginatingAddress in interface IpUIOperations
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
Specified by:
abortActionReq in interface IpUICallOperations
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
Specified by:
getOriginatingAddress in interface IpUIOperations
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
Specified by:
setCallbackWithSessionID in interface IpServiceOperations
Throws:
P_INVALID_INTERFACE_TYPE
TpCommonExceptions
P_INVALID_SESSION_ID


Copyright © 2009. All Rights Reserved.