org.csapi.ui
Class _IpAppUICallStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.csapi.ui._IpAppUICallStub
All Implemented Interfaces:
java.io.Serializable, IpInterface, IpInterfaceOperations, IpAppUI, IpAppUICall, IpAppUICallOperations, IpAppUIOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _IpAppUICallStub
extends org.omg.CORBA.portable.ObjectImpl
implements IpAppUICall

Generated from IDL interface "IpAppUICall"

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

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_IpAppUICallStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void abortActionErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void abortActionRes(int userInteractionSessionID, int assignmentID)
           
 void deleteMessageErr(int usrInteractionSessionID, TpUIError error, int assignmentID)
           
 void deleteMessageRes(int usrInteractionSessionID, TpUIReport response, int assignmentID)
           
 void recordMessageErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void recordMessageRes(int userInteractionSessionID, int assignmentID, TpUIReport response, int messageID)
           
 void sendInfoAndCollectErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void sendInfoAndCollectRes(int userInteractionSessionID, int assignmentID, TpUIReport response, java.lang.String collectedInfo)
           
 void sendInfoErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void sendInfoRes(int userInteractionSessionID, int assignmentID, TpUIReport response)
           
 void userInteractionFaultDetected(int userInteractionSessionID, TpUIFault fault)
           
 
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

_IpAppUICallStub

public _IpAppUICallStub()
Method Detail

_ids

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

abortActionErr

public void abortActionErr(int userInteractionSessionID,
                           int assignmentID,
                           TpUIError error)
Specified by:
abortActionErr in interface IpAppUICallOperations

deleteMessageErr

public void deleteMessageErr(int usrInteractionSessionID,
                             TpUIError error,
                             int assignmentID)
Specified by:
deleteMessageErr in interface IpAppUICallOperations

sendInfoAndCollectRes

public void sendInfoAndCollectRes(int userInteractionSessionID,
                                  int assignmentID,
                                  TpUIReport response,
                                  java.lang.String collectedInfo)
Specified by:
sendInfoAndCollectRes in interface IpAppUIOperations

sendInfoErr

public void sendInfoErr(int userInteractionSessionID,
                        int assignmentID,
                        TpUIError error)
Specified by:
sendInfoErr in interface IpAppUIOperations

recordMessageErr

public void recordMessageErr(int userInteractionSessionID,
                             int assignmentID,
                             TpUIError error)
Specified by:
recordMessageErr in interface IpAppUICallOperations

sendInfoRes

public void sendInfoRes(int userInteractionSessionID,
                        int assignmentID,
                        TpUIReport response)
Specified by:
sendInfoRes in interface IpAppUIOperations

userInteractionFaultDetected

public void userInteractionFaultDetected(int userInteractionSessionID,
                                         TpUIFault fault)
Specified by:
userInteractionFaultDetected in interface IpAppUIOperations

abortActionRes

public void abortActionRes(int userInteractionSessionID,
                           int assignmentID)
Specified by:
abortActionRes in interface IpAppUICallOperations

recordMessageRes

public void recordMessageRes(int userInteractionSessionID,
                             int assignmentID,
                             TpUIReport response,
                             int messageID)
Specified by:
recordMessageRes in interface IpAppUICallOperations

sendInfoAndCollectErr

public void sendInfoAndCollectErr(int userInteractionSessionID,
                                  int assignmentID,
                                  TpUIError error)
Specified by:
sendInfoAndCollectErr in interface IpAppUIOperations

deleteMessageRes

public void deleteMessageRes(int usrInteractionSessionID,
                             TpUIReport response,
                             int assignmentID)
Specified by:
deleteMessageRes in interface IpAppUICallOperations


Copyright © 2009. All Rights Reserved.