Uses of Class
org.jainslee.resources.diameter.base.AccountingSessionState
-
Packages that use AccountingSessionState Package Description org.jainslee.resources.diameter.base The Diameter Base Resource Adaptor allows SLEE services to construct messages using the Diameter protocol, and send those requests to a Diameter server. -
-
Uses of AccountingSessionState in org.jainslee.resources.diameter.base
Fields in org.jainslee.resources.diameter.base declared as AccountingSessionState Modifier and Type Field Description static AccountingSessionState
AccountingSessionState. IDLE
static AccountingSessionState
AccountingSessionState. OPEN
static AccountingSessionState
AccountingSessionState. PENDING_BUFFERED_RECORD
static AccountingSessionState
AccountingSessionState. PENDING_EVENT
static AccountingSessionState
AccountingSessionState. PENDING_INTERIM
static AccountingSessionState
AccountingSessionState. PENDING_START
static AccountingSessionState
AccountingSessionState. PENDING_STOP
static AccountingSessionState
AccountingSessionState. TERMINATED
Methods in org.jainslee.resources.diameter.base that return AccountingSessionState Modifier and Type Method Description AccountingSessionState
AccountingSessionActivity. getSessionState()
Returns the state of this accounting session, which will affect what types of messages may be sent.
-