Uses of Class
org.csapi.cs.P_INVALID_USER

Packages that use P_INVALID_USER
org.csapi.cs   
org.mobicents.csapi.jr.slee.cs Contains the Parlay Charging Service data type classes and interfaces. 
 

Uses of P_INVALID_USER in org.csapi.cs
 

Fields in org.csapi.cs declared as P_INVALID_USER
 P_INVALID_USER P_INVALID_USERHolder.value
           
 

Methods in org.csapi.cs that return P_INVALID_USER
static P_INVALID_USER P_INVALID_USERHelper.extract(org.omg.CORBA.Any any)
           
static P_INVALID_USER P_INVALID_USERHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.cs with parameters of type P_INVALID_USER
static void P_INVALID_USERHelper.insert(org.omg.CORBA.Any any, P_INVALID_USER s)
           
static void P_INVALID_USERHelper.write(org.omg.CORBA.portable.OutputStream out, P_INVALID_USER s)
           
 

Methods in org.csapi.cs that throw P_INVALID_USER
 TpChargingSessionID IpChargingManagerPOATie.createChargingSession(IpAppChargingSession appChargingSession, java.lang.String sessionDescription, TpMerchantAccountID merchantAccount, TpAddress user, TpCorrelationID correlationID)
           
 TpChargingSessionID IpChargingManagerOperations.createChargingSession(IpAppChargingSession appChargingSession, java.lang.String sessionDescription, TpMerchantAccountID merchantAccount, TpAddress user, TpCorrelationID correlationID)
           
 TpChargingSessionID _IpChargingManagerStub.createChargingSession(IpAppChargingSession appChargingSession, java.lang.String sessionDescription, TpMerchantAccountID merchantAccount, TpAddress user, TpCorrelationID correlationID)
           
 TpChargingSessionID IpChargingManagerPOATie.createSplitChargingSession(IpAppChargingSession appChargingSession, java.lang.String sessionDescription, TpMerchantAccountID merchantAccount, TpAddress[] users, TpCorrelationID correlationID)
           
 TpChargingSessionID IpChargingManagerOperations.createSplitChargingSession(IpAppChargingSession appChargingSession, java.lang.String sessionDescription, TpMerchantAccountID merchantAccount, TpAddress[] users, TpCorrelationID correlationID)
           
 TpChargingSessionID _IpChargingManagerStub.createSplitChargingSession(IpAppChargingSession appChargingSession, java.lang.String sessionDescription, TpMerchantAccountID merchantAccount, TpAddress[] users, TpCorrelationID correlationID)
           
 

Constructors in org.csapi.cs with parameters of type P_INVALID_USER
P_INVALID_USERHolder(P_INVALID_USER initial)
           
 

Uses of P_INVALID_USER in org.mobicents.csapi.jr.slee.cs
 

Methods in org.mobicents.csapi.jr.slee.cs that throw P_INVALID_USER
 TpChargingSessionID IpChargingManagerConnection.createChargingSession(java.lang.String sessionDescription, TpMerchantAccountID merchantAccount, TpAddress user, TpCorrelationID correlationID)
          This method creates an instance of the IpChargingSession interface to handle the charging events related to the specified user and to the application invoking this method.
 TpChargingSessionID IpChargingManagerConnection.createSplitChargingSession(java.lang.String sessionDescription, TpMerchantAccountID merchantAccount, TpAddress[] users, TpCorrelationID correlationID)
          This method creates an instance of the IpChargingSession interface to handle the charging events related to the specified users and to the application invoking this method.
 



Copyright © 2009. All Rights Reserved.