Uses of Class
org.csapi.ui.TpUIVariableInfo

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

Uses of TpUIVariableInfo in org.csapi.ui
 

Fields in org.csapi.ui declared as TpUIVariableInfo
 TpUIVariableInfo[] TpUIVariableInfoSetHolder.value
           
 TpUIVariableInfo TpUIVariableInfoHolder.value
           
 

Methods in org.csapi.ui that return TpUIVariableInfo
static TpUIVariableInfo[] TpUIVariableInfoSetHelper.extract(org.omg.CORBA.Any any)
           
static TpUIVariableInfo TpUIVariableInfoHelper.extract(org.omg.CORBA.Any any)
           
static TpUIVariableInfo[] TpUIVariableInfoSetHelper.read(org.omg.CORBA.portable.InputStream _in)
           
static TpUIVariableInfo TpUIVariableInfoHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.ui with parameters of type TpUIVariableInfo
static void TpUIVariableInfoHelper.insert(org.omg.CORBA.Any any, TpUIVariableInfo s)
           
static void TpUIVariableInfoSetHelper.insert(org.omg.CORBA.Any any, TpUIVariableInfo[] s)
           
 int IpUIPOATie.sendInfoAndCollectReq(int userInteractionSessionID, TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, TpUICollectCriteria criteria, int responseRequested)
           
 int IpUIOperations.sendInfoAndCollectReq(int userInteractionSessionID, TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, TpUICollectCriteria criteria, int responseRequested)
           
 int IpUICallPOATie.sendInfoAndCollectReq(int userInteractionSessionID, TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, TpUICollectCriteria criteria, int responseRequested)
           
 int _IpUIStub.sendInfoAndCollectReq(int userInteractionSessionID, TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, TpUICollectCriteria criteria, int responseRequested)
           
 int _IpUICallStub.sendInfoAndCollectReq(int userInteractionSessionID, TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, TpUICollectCriteria criteria, int responseRequested)
           
 int IpUIPOATie.sendInfoReq(int userInteractionSessionID, TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, int repeatIndicator, int responseRequested)
           
 int IpUIOperations.sendInfoReq(int userInteractionSessionID, TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, int repeatIndicator, int responseRequested)
           
 int IpUICallPOATie.sendInfoReq(int userInteractionSessionID, TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, int repeatIndicator, int responseRequested)
           
 int _IpUIStub.sendInfoReq(int userInteractionSessionID, TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, int repeatIndicator, int responseRequested)
           
 int _IpUICallStub.sendInfoReq(int userInteractionSessionID, TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, int repeatIndicator, int responseRequested)
           
static void TpUIVariableInfoHelper.write(org.omg.CORBA.portable.OutputStream out, TpUIVariableInfo s)
           
static void TpUIVariableInfoSetHelper.write(org.omg.CORBA.portable.OutputStream _out, TpUIVariableInfo[] _s)
           
 

Constructors in org.csapi.ui with parameters of type TpUIVariableInfo
TpUIVariableInfoHolder(TpUIVariableInfo initial)
           
TpUIVariableInfoSetHolder(TpUIVariableInfo[] initial)
           
 

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

Methods in org.mobicents.csapi.jr.slee.ui with parameters of type TpUIVariableInfo
 int IpUIConnection.sendInfoAndCollectReq(TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, TpUICollectCriteria criteria, int responseRequested)
          This asynchronous method plays an announcement or sends other information to the user and collects some information from the user.
 int IpUIConnection.sendInfoReq(TpUIInfo info, java.lang.String language, TpUIVariableInfo[] variableInfo, int repeatIndicator, int responseRequested)
          This asynchronous method plays an announcement or sends other information to the user.
 



Copyright © 2009. All Rights Reserved.