Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


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

Packages that use Application
com.bea.wcp.diameter The Diameter base protocol API. 
com.bea.wcp.diameter.accounting The Diameter offline charging API (Rf interface). 
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.relay A Diameter relay implementation. 
com.bea.wcp.diameter.sh The Diameter Sh Client implementation. 
com.bea.wcp.diameter.util Diameter base protocol API helper utilities. 

 

Uses of Application in com.bea.wcp.diameter

 

Subclasses of Application in com.bea.wcp.diameter
 class ClientApplication
          Base class for Diameter client applications.

 

Methods in com.bea.wcp.diameter that return Application
 Application Session.getApplication()
          Returns the Application for this Session.
 Application Node.getApplication(ApplicationId id)
          Returns the application for the specified application identifier.
 Application AppManager.getApplication(int appId)
           
 Application Node.getApplication(int idNum)
          Returns the application for the specified application id number.
 Application AppManager.getRelayApplication()
           
 Application AppManager.loadApplication(String className, Map<String,String> params)
           

 

Methods in com.bea.wcp.diameter that return types with arguments of type Application
 Iterator<Application> AppManager.getApplications()
           

 

Methods in com.bea.wcp.diameter with parameters of type Application
 void AppManager.addApplication(Application app)
           
 void AppManager.addApplication(Application app, String name)
           
 void AppManager.addApplication(Application app, String name, Map<String,String> params)
           

 

Constructors in com.bea.wcp.diameter with parameters of type Application
Request(Command cmd, Application app)
          Creates a new Request for the specified application and command.
Session(Application app)
          Creates a new client Session for the specified Application.
Session(Application app, String id)
          Creates a new server Session for the specified Application and session id.

 

Uses of Application in com.bea.wcp.diameter.accounting

 

Constructors in com.bea.wcp.diameter.accounting with parameters of type Application
ClientSession(Application app)
          Creates a new ClientSession for the specified application.

 

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

 

Constructors in com.bea.wcp.diameter.cc with parameters of type Application
ClientSession(Application app)
          Creates a new ClientSession for the specified application.

 

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

 

Subclasses of Application in com.bea.wcp.diameter.charging
 class RfApplication
          Diameter application which extends the accounting client session base class and implements the 3GPP Rf client protocol.
 class RfSimulator
          Simple OCF simulator for Rf protocol testing.
 class RoApplication
          Diameter credit control application which implements the 3GPP Ro client protocol.
 class RoSimulator
          Simple CDF simulator for Ro protocol testing.

 

Uses of Application in com.bea.wcp.diameter.relay

 

Subclasses of Application in com.bea.wcp.diameter.relay
 class RelayApplication
          (c) BEA Systems 2006 This application implements Diameter Relay functionality

 

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

 

Subclasses of Application in com.bea.wcp.diameter.sh
 class HssSimulator
          A Simple HSS simulator that supports only RepositoryData.
 class ShApplication
          Sh client application.

 

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

 

Subclasses of Application in com.bea.wcp.diameter.util
 class Simulator
          Base class for simulator applications.

 

Constructors in com.bea.wcp.diameter.util with parameters of type Application
Launcher(Application app)
           

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.