Uses of Class
com.bea.wcp.diameter.Application
Packages that use Application
Package
Description
The Diameter base protocol API.
The Diameter offline charging API (Rf interface).
Diameter beans in SIP Server used to interwork with Diameter messages.
The Diameter credit control API (Ro interface).
Common definitions, classes, and Diameter applications for 3GPP charging functions (Ro and Rf interfaces).
A Diameter relay implementation.
The Diameter Sh Client implementation.
Diameter base protocol API helper utilities.
-
Uses of Application in com.bea.wcp.diameter
Subclasses of Application in com.bea.wcp.diameterModifier and TypeClassDescriptionclassBase class for Diameter client applications.Methods in com.bea.wcp.diameter that return ApplicationModifier and TypeMethodDescriptionAppManager.getApplication(int appId) Node.getApplication(int idNum) Returns the application for the specified application id number.Node.getApplication(ApplicationId id) Returns the application for the specified application identifier.final ApplicationSession.getApplication()Returns the Application for this Session.AppManager.getRelayApplication()AppManager.loadApplication(String className, Map<String, String> params) Methods in com.bea.wcp.diameter that return types with arguments of type ApplicationMethods in com.bea.wcp.diameter with parameters of type ApplicationModifier and TypeMethodDescriptionvoidAppManager.addApplication(Application app) voidAppManager.addApplication(Application app, String name) voidAppManager.addApplication(Application app, String name, Map<String, String> params) Constructors in com.bea.wcp.diameter with parameters of type ApplicationModifierConstructorDescriptionRequest(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.Session(Application app, String id, Object parent) 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 ApplicationModifierConstructorDescriptionClientSession(Application app) Creates a new ClientSession for the specified application.ClientSession(Application app, String id, Object parent) -
Uses of Application in com.bea.wcp.diameter.beans
Methods in com.bea.wcp.diameter.beans with parameters of type ApplicationModifier and TypeMethodDescription<T extends Session>
TSessionSource.createSession(Application app, S sas) Creates aSessionfor the particular application using aSipApplicationSession.<T extends Session>
TSessionSource.createSession(Application app, S sas, String sessionId) Creates aSessionfor the particular application using aSipApplicationSessionwith diameter session id. -
Uses of Application in com.bea.wcp.diameter.cc
Constructors in com.bea.wcp.diameter.cc with parameters of type ApplicationModifierConstructorDescriptionClientSession(Application app) Creates a new ClientSession for the specified application.ClientSession(Application app, String id) ClientSession(Application app, String id, Object parent) -
Uses of Application in com.bea.wcp.diameter.charging
Subclasses of Application in com.bea.wcp.diameter.chargingModifier and TypeClassDescriptionclassDiameter application which extends the accounting client session base class and implements the 3GPP Rf client protocol.classSimple OCF simulator for Rf protocol testing.classDiameter credit control application which implements the 3GPP Ro client protocol.classSimple CDF simulator for Ro protocol testing. -
Uses of Application in com.bea.wcp.diameter.relay
Subclasses of Application in com.bea.wcp.diameter.relayModifier and TypeClassDescriptionclassThis application implements Diameter Relay functionality. -
Uses of Application in com.bea.wcp.diameter.sh
Subclasses of Application in com.bea.wcp.diameter.shModifier and TypeClassDescriptionclassA Simple HSS simulator that supports only RepositoryData.classSh client application. -
Uses of Application in com.bea.wcp.diameter.sy
Subclasses of Application in com.bea.wcp.diameter.syModifier and TypeClassDescriptionclassSy Application.classSySimulator. -
Uses of Application in com.bea.wcp.diameter.util
Subclasses of Application in com.bea.wcp.diameter.utilConstructors in com.bea.wcp.diameter.util with parameters of type Application