Uses of Class
org.csapi.cs.TpCorrelationID

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

Uses of TpCorrelationID in org.csapi.cs
 

Fields in org.csapi.cs declared as TpCorrelationID
 TpCorrelationID TpCorrelationIDHolder.value
           
 

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

Methods in org.csapi.cs with parameters of type TpCorrelationID
 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)
           
static void TpCorrelationIDHelper.insert(org.omg.CORBA.Any any, TpCorrelationID s)
           
static void TpCorrelationIDHelper.write(org.omg.CORBA.portable.OutputStream out, TpCorrelationID s)
           
 

Constructors in org.csapi.cs with parameters of type TpCorrelationID
TpCorrelationIDHolder(TpCorrelationID initial)
           
 

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

Methods in org.mobicents.csapi.jr.slee.cs with parameters of type TpCorrelationID
 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.