Uses of Class
org.jainslee.resources.diameter.base.types.AccountingRecordType
-
Packages that use AccountingRecordType 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.org.jainslee.resources.diameter.base.types This package contains the definitions of Diameter base messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.rf.types.v710 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.1.0.
org.jainslee.resources.diameter.rf.types.v790 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.9.0.
org.jainslee.resources.diameter.rf.types.v8d0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.13.0.
org.jainslee.resources.diameter.rf.types.v960 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v9.6.0.
org.jainslee.resources.diameter.rf.types.va00 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v10.0.0.
org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.rf.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.rf.v710 org.jainslee.resources.diameter.rf.v790 org.jainslee.resources.diameter.rf.v8d0 org.jainslee.resources.diameter.rf.v960 org.jainslee.resources.diameter.rf.va00 org.jainslee.resources.diameter.rf.vb80 org.jainslee.resources.diameter.rf.vcb0 -
-
Uses of AccountingRecordType in org.jainslee.resources.diameter.base
Methods in org.jainslee.resources.diameter.base with parameters of type AccountingRecordType Modifier and Type Method Description AccountingRequest
AccountingClientSessionActivity. createAccountingRequest(AccountingRecordType accountingRecordType)
Create an Accounting-Request message populated with the following AVPs: Accounting-Record-Type: as per accountingRecordType parameter Acct-Application-Id: the value 3 as specified by RFC6733 -
Uses of AccountingRecordType in org.jainslee.resources.diameter.base.types
Fields in org.jainslee.resources.diameter.base.types declared as AccountingRecordType Modifier and Type Field Description static AccountingRecordType
AccountingRecordType. EVENT_RECORD
An Accounting Event Record is used to indicate that a one-time event has occurred (meaning that the start and end of the event are simultaneous).static AccountingRecordType
AccountingRecordType. INTERIM_RECORD
An Interim Accounting Record contains cumulative accounting information for an existing accounting session.static AccountingRecordType
AccountingRecordType. START_RECORD
Accounting Start, Interim, and Stop Records are used to indicate that a service of a measurable length has been given.static AccountingRecordType
AccountingRecordType. STOP_RECORD
An Accounting Stop Record is sent to terminate an accounting session and contains cumulative accounting information relevant to the existing session.Methods in org.jainslee.resources.diameter.base.types that return AccountingRecordType Modifier and Type Method Description static AccountingRecordType
AccountingRecordType. fromInt(int type)
AccountingRecordType
AccountingAnswer. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.AccountingRecordType
AccountingRequest. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.base.types with parameters of type AccountingRecordType Modifier and Type Method Description void
AccountingAnswer. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated.void
AccountingRequest. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.types.v710
Methods in org.jainslee.resources.diameter.rf.types.v710 that return AccountingRecordType Modifier and Type Method Description AccountingRecordType
AccountingAnswer. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.AccountingRecordType
AccountingRequest. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.v710 with parameters of type AccountingRecordType Modifier and Type Method Description void
AccountingAnswer. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated.void
AccountingRequest. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.types.v790
Methods in org.jainslee.resources.diameter.rf.types.v790 that return AccountingRecordType Modifier and Type Method Description AccountingRecordType
AccountingAnswer. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.AccountingRecordType
AccountingRequest. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.v790 with parameters of type AccountingRecordType Modifier and Type Method Description void
AccountingAnswer. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated.void
AccountingRequest. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.types.v8d0
Methods in org.jainslee.resources.diameter.rf.types.v8d0 that return AccountingRecordType Modifier and Type Method Description AccountingRecordType
AccountingAnswer. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.AccountingRecordType
AccountingRequest. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.v8d0 with parameters of type AccountingRecordType Modifier and Type Method Description void
AccountingAnswer. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated.void
AccountingRequest. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.types.v960
Methods in org.jainslee.resources.diameter.rf.types.v960 that return AccountingRecordType Modifier and Type Method Description AccountingRecordType
AccountingAnswer. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.AccountingRecordType
AccountingRequest. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.v960 with parameters of type AccountingRecordType Modifier and Type Method Description void
AccountingAnswer. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated.void
AccountingRequest. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.types.va00
Methods in org.jainslee.resources.diameter.rf.types.va00 that return AccountingRecordType Modifier and Type Method Description AccountingRecordType
AccountingAnswer. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.AccountingRecordType
AccountingRequest. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.va00 with parameters of type AccountingRecordType Modifier and Type Method Description void
AccountingAnswer. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated.void
AccountingRequest. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.types.vb80
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return AccountingRecordType Modifier and Type Method Description AccountingRecordType
AccountingAnswer. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.AccountingRecordType
AccountingRequest. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type AccountingRecordType Modifier and Type Method Description void
AccountingAnswer. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated.void
AccountingRequest. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.types.vcb0
Methods in org.jainslee.resources.diameter.rf.types.vcb0 that return AccountingRecordType Modifier and Type Method Description AccountingRecordType
AccountingAnswer. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.AccountingRecordType
AccountingRequest. getAccountingRecordType()
Returns the value of the Accounting-Record-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.vcb0 with parameters of type AccountingRecordType Modifier and Type Method Description void
AccountingAnswer. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated.void
AccountingRequest. setAccountingRecordType(AccountingRecordType accountingRecordType)
Sets the value of the Accounting-Record-Type AVP, of type Enumerated. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.v710
Methods in org.jainslee.resources.diameter.rf.v710 with parameters of type AccountingRecordType Modifier and Type Method Description AccountingRequest
RfMessageFactory. createRfAccountingRequest(AccountingRecordType accountingRecordType)
Creates an Accounting Request message with the Accounting-Record-Type AVP set. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.v790
Methods in org.jainslee.resources.diameter.rf.v790 with parameters of type AccountingRecordType Modifier and Type Method Description AccountingRequest
RfMessageFactory. createRfAccountingRequest(AccountingRecordType accountingRecordType)
Creates an Accounting Request message with the Accounting-Record-Type AVP set. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.v8d0
Methods in org.jainslee.resources.diameter.rf.v8d0 with parameters of type AccountingRecordType Modifier and Type Method Description AccountingRequest
RfMessageFactory. createRfAccountingRequest(AccountingRecordType accountingRecordType)
Creates an Accounting Request message with the Accounting-Record-Type AVP set. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.v960
Methods in org.jainslee.resources.diameter.rf.v960 with parameters of type AccountingRecordType Modifier and Type Method Description AccountingRequest
RfMessageFactory. createRfAccountingRequest(AccountingRecordType accountingRecordType)
Creates an Accounting Request message with the Accounting-Record-Type AVP set. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.va00
Methods in org.jainslee.resources.diameter.rf.va00 with parameters of type AccountingRecordType Modifier and Type Method Description AccountingRequest
RfMessageFactory. createRfAccountingRequest(AccountingRecordType accountingRecordType)
Creates an Accounting Request message with the Accounting-Record-Type AVP set. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.vb80
Methods in org.jainslee.resources.diameter.rf.vb80 with parameters of type AccountingRecordType Modifier and Type Method Description AccountingRequest
RfMessageFactory. createRfAccountingRequest(AccountingRecordType accountingRecordType)
Creates an Accounting Request message with the Accounting-Record-Type AVP set. -
Uses of AccountingRecordType in org.jainslee.resources.diameter.rf.vcb0
Methods in org.jainslee.resources.diameter.rf.vcb0 with parameters of type AccountingRecordType Modifier and Type Method Description AccountingRequest
RfMessageFactory. createRfAccountingRequest(AccountingRecordType accountingRecordType)
Creates an Accounting Request message with the Accounting-Record-Type AVP set.
-