org.csapi.ui
Interface IpAppUICallOperations

All Superinterfaces:
IpAppUIOperations, IpInterfaceOperations
All Known Subinterfaces:
IpAppUICall
All Known Implementing Classes:
_IpAppUICallStub, IpAppUICallPOA, IpAppUICallPOATie

public interface IpAppUICallOperations
extends IpAppUIOperations

Generated from IDL interface "IpAppUICall"

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

Method Summary
 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)
           
 
Methods inherited from interface org.csapi.ui.IpAppUIOperations
sendInfoAndCollectErr, sendInfoAndCollectRes, sendInfoErr, sendInfoRes, userInteractionFaultDetected
 

Method Detail

recordMessageRes

void recordMessageRes(int userInteractionSessionID,
                      int assignmentID,
                      TpUIReport response,
                      int messageID)

recordMessageErr

void recordMessageErr(int userInteractionSessionID,
                      int assignmentID,
                      TpUIError error)

deleteMessageRes

void deleteMessageRes(int usrInteractionSessionID,
                      TpUIReport response,
                      int assignmentID)

deleteMessageErr

void deleteMessageErr(int usrInteractionSessionID,
                      TpUIError error,
                      int assignmentID)

abortActionRes

void abortActionRes(int userInteractionSessionID,
                    int assignmentID)

abortActionErr

void abortActionErr(int userInteractionSessionID,
                    int assignmentID,
                    TpUIError error)


Copyright © 2008. All Rights Reserved.