org.csapi.ui
Interface IpUICallOperations

All Superinterfaces:
IpInterfaceOperations, IpServiceOperations, IpUIOperations
All Known Subinterfaces:
IpUICall
All Known Implementing Classes:
_IpUICallStub, IpUICallPOA, IpUICallPOATie

public interface IpUICallOperations
extends IpUIOperations

Generated from IDL interface "IpUICall"

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

Method Summary
 void abortActionReq(int userInteractionSessionID, int assignmentID)
           
 int deleteMessageReq(int usrInteractionSessionID, int messageID)
           
 int recordMessageReq(int userInteractionSessionID, TpUIInfo info, TpUIMessageCriteria criteria)
           
 
Methods inherited from interface org.csapi.ui.IpUIOperations
getOriginatingAddress, release, sendInfoAndCollectReq, sendInfoReq, setOriginatingAddress
 
Methods inherited from interface org.csapi.IpServiceOperations
setCallback, setCallbackWithSessionID
 

Method Detail

recordMessageReq

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
Throws:
P_ILLEGAL_ID
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_ID_NOT_FOUND
P_INVALID_SESSION_ID
P_INVALID_CRITERIA

deleteMessageReq

int deleteMessageReq(int usrInteractionSessionID,
                     int messageID)
                     throws P_ILLEGAL_ID,
                            TpCommonExceptions,
                            P_ID_NOT_FOUND,
                            P_INVALID_SESSION_ID
Throws:
P_ILLEGAL_ID
TpCommonExceptions
P_ID_NOT_FOUND
P_INVALID_SESSION_ID

abortActionReq

void abortActionReq(int userInteractionSessionID,
                    int assignmentID)
                    throws P_INVALID_ASSIGNMENT_ID,
                           TpCommonExceptions,
                           P_INVALID_SESSION_ID
Throws:
P_INVALID_ASSIGNMENT_ID
TpCommonExceptions
P_INVALID_SESSION_ID


Copyright © 2009. All Rights Reserved.