public class RfApplication extends ClientApplication
Modifier and Type | Field and Description |
---|---|
static ApplicationId |
ID
Rf application identifier
|
Constructor and Description |
---|
RfApplication()
Creates a new RfApplication.
|
Modifier and Type | Method and Description |
---|---|
ACR |
createEventACR()
Creates a new ACR EVENT requess for event-based offline charging.
|
RfSession |
createSession()
Creates a new RfSession for session-based offline charging.
|
RfSession |
createSession(String id,
Object parent) |
ApplicationId |
getId()
Returns the ApplicationId for the application.
|
init
createRequest, createSession, createSessionId, getDestinationHost, getDestinationRealm, getName, getNode, getOriginHost, getOriginRealm, getParameter, getParameter, log, log, rcvAnswer, rcvMessage, rcvRequest, setDestinationHost, setDestinationRealm
public static final ApplicationId ID
public ApplicationId getId()
Application
getId
in class Application
public RfSession createSession()
createSession
in class Application
public RfSession createSession(String id, Object parent)
createSession
in class Application
public ACR createEventACR()