Package com.bea.wcp.diameter.charging
Class RoApplication
java.lang.Object
com.bea.wcp.diameter.Application
com.bea.wcp.diameter.ClientApplication
com.bea.wcp.diameter.charging.RoApplication
Diameter credit control application which implements the 3GPP Ro client
protocol. This application can be used for both event and session-based
online charging.
- Author:
- Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new RoSession.createSession(String id) createSession(String id, Object parent) getId()Returns the ApplicationId for the application.Methods inherited from class com.bea.wcp.diameter.ClientApplication
initMethods inherited from class com.bea.wcp.diameter.Application
createRequest, createSessionId, getDestinationHost, getDestinationRealm, getName, getNode, getOriginHost, getOriginRealm, getParameter, getParameter, log, log, rcvAnswer, rcvMessage, rcvRequest, setDestinationHost, setDestinationRealm
-
Field Details
-
ID
Ro application identifier
-
-
Constructor Details
-
RoApplication
public RoApplication()
-
-
Method Details
-
getId
Description copied from class:ApplicationReturns the ApplicationId for the application.- Specified by:
getIdin classApplication- Returns:
- the application's ApplicationId
-
createSession
Creates a new RoSession.- Overrides:
createSessionin classApplication
-
createSession
- Overrides:
createSessionin classApplication
-
createSession
- Overrides:
createSessionin classApplication
-
createEventCCR
-