org.csapi.ui
Interface IpUIOperations
- All Superinterfaces:
- IpInterfaceOperations, IpServiceOperations
- All Known Subinterfaces:
- IpUI, IpUICall, IpUICallOperations
- All Known Implementing Classes:
- _IpUICallStub, _IpUIStub, IpUICallPOA, IpUICallPOATie, IpUIPOA, IpUIPOATie
public interface IpUIOperations
- extends IpServiceOperations
Generated from IDL interface "IpUI"
- Author:
- JacORB IDL compiler V 2.1, 16-Feb-2004
|
Method Summary |
java.lang.String |
getOriginatingAddress(int userInteractionSessionID)
|
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 |
setOriginatingAddress(int userInteractionSessionID,
java.lang.String origin)
|
sendInfoReq
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
- Throws:
P_ILLEGAL_ID
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_ID_NOT_FOUND
P_INVALID_SESSION_ID
sendInfoAndCollectReq
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
- Throws:
P_ILLEGAL_ID
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_ILLEGAL_RANGE
P_ID_NOT_FOUND
P_INVALID_SESSION_ID
P_INVALID_COLLECTION_CRITERIA
release
void release(int userInteractionSessionID)
throws TpCommonExceptions,
P_INVALID_SESSION_ID
- Throws:
TpCommonExceptions
P_INVALID_SESSION_ID
setOriginatingAddress
void setOriginatingAddress(int userInteractionSessionID,
java.lang.String origin)
throws P_INVALID_NETWORK_STATE,
TpCommonExceptions,
P_INVALID_ADDRESS,
P_INVALID_SESSION_ID
- Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_ADDRESS
P_INVALID_SESSION_ID
getOriginatingAddress
java.lang.String getOriginatingAddress(int userInteractionSessionID)
throws P_INVALID_NETWORK_STATE,
TpCommonExceptions,
P_INVALID_SESSION_ID
- Throws:
P_INVALID_NETWORK_STATE
TpCommonExceptions
P_INVALID_SESSION_ID
Copyright © 2008. All Rights Reserved.