Uses of Class
org.csapi.ui.TpUIError

Packages that use TpUIError
org.csapi.ui   
org.mobicents.csapi.jr.slee.ui Contains the Parlay Generic User Interaction interfaces and classes. 
 

Uses of TpUIError in org.csapi.ui
 

Fields in org.csapi.ui declared as TpUIError
static TpUIError TpUIError.P_UI_ERROR_ABANDON
           
static TpUIError TpUIError.P_UI_ERROR_ID_NOT_FOUND
           
static TpUIError TpUIError.P_UI_ERROR_ILLEGAL_INFO
           
static TpUIError TpUIError.P_UI_ERROR_ILLEGAL_RANGE
           
static TpUIError TpUIError.P_UI_ERROR_IMPROPER_USER_RESPONSE
           
static TpUIError TpUIError.P_UI_ERROR_NO_OPERATION_ACTIVE
           
static TpUIError TpUIError.P_UI_ERROR_NO_SPACE_AVAILABLE
           
static TpUIError TpUIError.P_UI_ERROR_RESOURCE_TIMEOUT
           
static TpUIError TpUIError.P_UI_ERROR_RESOURCE_UNAVAILABLE
           
static TpUIError TpUIError.P_UI_ERROR_UNDEFINED
           
 TpUIError TpUIErrorHolder.value
           
 

Methods in org.csapi.ui that return TpUIError
static TpUIError TpUIErrorHelper.extract(org.omg.CORBA.Any any)
           
static TpUIError TpUIError.from_int(int value)
           
static TpUIError TpUIErrorHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.ui with parameters of type TpUIError
 void IpAppUICallPOATie.abortActionErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void IpAppUICallOperations.abortActionErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void _IpAppUICallStub.abortActionErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void IpAppUICallPOATie.deleteMessageErr(int usrInteractionSessionID, TpUIError error, int assignmentID)
           
 void IpAppUICallOperations.deleteMessageErr(int usrInteractionSessionID, TpUIError error, int assignmentID)
           
 void _IpAppUICallStub.deleteMessageErr(int usrInteractionSessionID, TpUIError error, int assignmentID)
           
static void TpUIErrorHelper.insert(org.omg.CORBA.Any any, TpUIError s)
           
 void IpAppUICallPOATie.recordMessageErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void IpAppUICallOperations.recordMessageErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void _IpAppUICallStub.recordMessageErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void IpAppUIPOATie.sendInfoAndCollectErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void IpAppUIOperations.sendInfoAndCollectErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void IpAppUICallPOATie.sendInfoAndCollectErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void _IpAppUIStub.sendInfoAndCollectErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void _IpAppUICallStub.sendInfoAndCollectErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void IpAppUIPOATie.sendInfoErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void IpAppUIOperations.sendInfoErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void IpAppUICallPOATie.sendInfoErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void _IpAppUIStub.sendInfoErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
 void _IpAppUICallStub.sendInfoErr(int userInteractionSessionID, int assignmentID, TpUIError error)
           
static void TpUIErrorHelper.write(org.omg.CORBA.portable.OutputStream out, TpUIError s)
           
 

Constructors in org.csapi.ui with parameters of type TpUIError
TpUIErrorHolder(TpUIError initial)
           
 

Uses of TpUIError in org.mobicents.csapi.jr.slee.ui
 

Methods in org.mobicents.csapi.jr.slee.ui that return TpUIError
 TpUIError SendInfoErrEvent.getError()
          Returns the error
 TpUIError SendInfoAndCollectErrEvent.getError()
          Returns the error
 TpUIError RecordMessageErrEvent.getError()
          Returns the error
 TpUIError DeleteMessageErrEvent.getError()
          Returns the error
 TpUIError AbortActionErrEvent.getError()
          Returns the error
 

Constructors in org.mobicents.csapi.jr.slee.ui with parameters of type TpUIError
AbortActionErrEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, int assignmentID, TpUIError error)
          Constructor for AbortActionErrEvent
DeleteMessageErrEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIError error, int assignmentID)
          Constructor for DeleteMessageErrEvent
RecordMessageErrEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, int assignmentID, TpUIError error)
          Constructor for RecordMessageErrEvent
SendInfoAndCollectErrEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIIdentifier tpUIIdentifier, int assignmentID, TpUIError error)
          Constructor for SendInfoAndCollectErrEvent
SendInfoErrEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIIdentifier tpUIIdentifier, int assignmentID, TpUIError error)
          Constructor for SendInfoErrEvent
 



Copyright © 2009. All Rights Reserved.