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. 
 | 
initcreateRequest, createSession, createSessionId, getDestinationHost, getDestinationRealm, getName, getNode, getOriginHost, getOriginRealm, getParameter, getParameter, log, log, rcvAnswer, rcvMessage, rcvRequest, setDestinationHost, setDestinationRealmpublic static final ApplicationId ID
public ApplicationId getId()
ApplicationgetId in class Applicationpublic RfSession createSession()
createSession in class Applicationpublic RfSession createSession(String id, Object parent)
createSession in class Applicationpublic ACR createEventACR()