Uses of Class
org.csapi.cs.TpSessionEndedCause

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

Uses of TpSessionEndedCause in org.csapi.cs
 

Fields in org.csapi.cs declared as TpSessionEndedCause
static TpSessionEndedCause TpSessionEndedCause.P_CHS_CAUSE_TIMER_EXPIRED
           
static TpSessionEndedCause TpSessionEndedCause.P_CHS_CAUSE_UNDEFINED
           
 TpSessionEndedCause TpSessionEndedCauseHolder.value
           
 

Methods in org.csapi.cs that return TpSessionEndedCause
static TpSessionEndedCause TpSessionEndedCauseHelper.extract(org.omg.CORBA.Any any)
           
static TpSessionEndedCause TpSessionEndedCause.from_int(int value)
           
static TpSessionEndedCause TpSessionEndedCauseHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.cs with parameters of type TpSessionEndedCause
static void TpSessionEndedCauseHelper.insert(org.omg.CORBA.Any any, TpSessionEndedCause s)
           
 void IpAppChargingSessionPOATie.sessionEnded(int sessionID, TpSessionEndedCause report)
           
 void IpAppChargingSessionOperations.sessionEnded(int sessionID, TpSessionEndedCause report)
           
 void _IpAppChargingSessionStub.sessionEnded(int sessionID, TpSessionEndedCause report)
           
static void TpSessionEndedCauseHelper.write(org.omg.CORBA.portable.OutputStream out, TpSessionEndedCause s)
           
 

Constructors in org.csapi.cs with parameters of type TpSessionEndedCause
TpSessionEndedCauseHolder(TpSessionEndedCause initial)
           
 

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

Methods in org.mobicents.csapi.jr.slee.cs that return TpSessionEndedCause
 TpSessionEndedCause SessionEndedEvent.getReport()
          Returns the report
 

Constructors in org.mobicents.csapi.jr.slee.cs with parameters of type TpSessionEndedCause
SessionEndedEvent(TpServiceIdentifier tpServiceIdentifier, TpChargingSessionID tpChargingSessionID, TpSessionEndedCause report)
          Constructor for SessionEndedEvent
 



Copyright © 2009. All Rights Reserved.