Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Class
com.bea.wcp.diameter.Session

Packages that use Session
com.bea.wcp.diameter The Diameter base protocol API. 
com.bea.wcp.diameter.cc The Diameter credit control API (Ro interface). 
com.bea.wcp.diameter.charging Common definitions, classes, and Diameter applications for 3GPP charging functions (Ro and Rf interfaces). 
com.bea.wcp.diameter.sh The Diameter Sh Client implementation. 
com.bea.wcp.diameter.util Diameter base protocol API helper utilities. 

 

Uses of Session in com.bea.wcp.diameter

 

Methods in com.bea.wcp.diameter that return Session
 Session Answer.getSession()
           
 Session Request.getSession()
          Returns the session associated with this request.
abstract  Session Message.getSession()
          Returns the Session associated with this message, or null if none.

 

Methods in com.bea.wcp.diameter with parameters of type Session
 boolean Node.deliverToSession(Message msg, Session session)
          Deliver message to specified session.
 void Request.setSession(Session session)
           

 

Constructors in com.bea.wcp.diameter with parameters of type Session
Request(Command cmd, Session session)
          Creates a new Request for the specified session and command.

 

Uses of Session in com.bea.wcp.diameter.cc

 

Subclasses of Session in com.bea.wcp.diameter.cc
 class ClientSession
          Diameter credit control application client session.

 

Uses of Session in com.bea.wcp.diameter.charging

 

Subclasses of Session in com.bea.wcp.diameter.charging
 class RfSession
          3GPP Rf session, which extends ClientSession with the ability to store and retrieve session attributes.
 class RoSession
          3GPP Ro session.

 

Uses of Session in com.bea.wcp.diameter.sh

 

Subclasses of Session in com.bea.wcp.diameter.sh
 class ShSession
          The ShSession represents an

 

Uses of Session in com.bea.wcp.diameter.util

 

Subclasses of Session in com.bea.wcp.diameter.util
static class Simulator.ServerSession
           

 

Methods in com.bea.wcp.diameter.util with parameters of type Session
 void Simulator.sendASR(Session session)
           

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.