org.csapi.ui
Interface IpAppUIOperations

All Superinterfaces:
IpInterfaceOperations
All Known Subinterfaces:
IpAppUI, IpAppUICall, IpAppUICallOperations
All Known Implementing Classes:
_IpAppUICallStub, _IpAppUIStub, IpAppUICallPOA, IpAppUICallPOATie, IpAppUIPOA, IpAppUIPOATie

public interface IpAppUIOperations
extends IpInterfaceOperations

Generated from IDL interface "IpAppUI"

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

Method Summary
 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)
           
 

Method Detail

sendInfoRes

void sendInfoRes(int userInteractionSessionID,
                 int assignmentID,
                 TpUIReport response)

sendInfoErr

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

sendInfoAndCollectRes

void sendInfoAndCollectRes(int userInteractionSessionID,
                           int assignmentID,
                           TpUIReport response,
                           java.lang.String collectedInfo)

sendInfoAndCollectErr

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

userInteractionFaultDetected

void userInteractionFaultDetected(int userInteractionSessionID,
                                  TpUIFault fault)


Copyright © 2009. All Rights Reserved.