Uses of Class
org.csapi.am.TpBalanceQueryError

Packages that use TpBalanceQueryError
org.csapi.am   
org.mobicents.csapi.jr.slee.am Contains the Parlay Account Management (AM) data types and interfaces. 
 

Uses of TpBalanceQueryError in org.csapi.am
 

Fields in org.csapi.am declared as TpBalanceQueryError
static TpBalanceQueryError TpBalanceQueryError.P_BALANCE_QUERY_ERROR_UNDEFINED
           
static TpBalanceQueryError TpBalanceQueryError.P_BALANCE_QUERY_OK
           
static TpBalanceQueryError TpBalanceQueryError.P_BALANCE_QUERY_SYSTEM_FAILURE
           
static TpBalanceQueryError TpBalanceQueryError.P_BALANCE_QUERY_UNAUTHORIZED_APPLICATION
           
static TpBalanceQueryError TpBalanceQueryError.P_BALANCE_QUERY_UNKNOWN_SUBSCRIBER
           
 TpBalanceQueryError TpBalance.StatusCode
           
 TpBalanceQueryError TpBalanceQueryErrorHolder.value
           
 

Methods in org.csapi.am that return TpBalanceQueryError
static TpBalanceQueryError TpBalanceQueryErrorHelper.extract(org.omg.CORBA.Any any)
           
static TpBalanceQueryError TpBalanceQueryError.from_int(int value)
           
static TpBalanceQueryError TpBalanceQueryErrorHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.am with parameters of type TpBalanceQueryError
static void TpBalanceQueryErrorHelper.insert(org.omg.CORBA.Any any, TpBalanceQueryError s)
           
 void IpAppAccountManagerPOATie.queryBalanceErr(int queryId, TpBalanceQueryError cause)
           
 void IpAppAccountManagerOperations.queryBalanceErr(int queryId, TpBalanceQueryError cause)
           
 void _IpAppAccountManagerStub.queryBalanceErr(int queryId, TpBalanceQueryError cause)
           
static void TpBalanceQueryErrorHelper.write(org.omg.CORBA.portable.OutputStream out, TpBalanceQueryError s)
           
 

Constructors in org.csapi.am with parameters of type TpBalanceQueryError
TpBalance(TpAddress UserID, TpBalanceQueryError StatusCode, TpBalanceInfo BalanceInfo)
           
TpBalanceQueryErrorHolder(TpBalanceQueryError initial)
           
 

Uses of TpBalanceQueryError in org.mobicents.csapi.jr.slee.am
 

Methods in org.mobicents.csapi.jr.slee.am that return TpBalanceQueryError
 TpBalanceQueryError QueryBalanceErrEvent.getCause()
          Returns the cause
 

Constructors in org.mobicents.csapi.jr.slee.am with parameters of type TpBalanceQueryError
QueryBalanceErrEvent(TpServiceIdentifier tpServiceIdentifier, int queryId, TpBalanceQueryError cause)
          Constructor for QueryBalanceErrEvent
 



Copyright © 2009. All Rights Reserved.