Uses of Interface
org.jainslee.resources.diameter.base.types.AccountingRequest
-
Packages that use AccountingRequest 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 AccountingRequest in org.jainslee.resources.diameter.base
Methods in org.jainslee.resources.diameter.base that return AccountingRequest Modifier and Type Method Description AccountingRequestAccountingClientSessionActivity. 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 RFC6733AccountingRequestDiameterMessageFactory. createAccountingRequest()Create an empty AccountingRequest DiameterMessage for a ACR command.AccountingRequestDiameterMessageFactory. createAccountingRequest(DiameterAvp[] avps)Create a AccountingRequest DiameterMessage for a ACR command containing the given AVPs.Methods in org.jainslee.resources.diameter.base with parameters of type AccountingRequest Modifier and Type Method Description AccountingAnswerAccountingServerSessionActivity. createAccountingAnswer(AccountingRequest acr)Create an Accounting-Answer with some AVPs populated from the provided Accounting-Request.voidAccountingClientSessionActivity. sendAccountingRequest(AccountingRequest accountingRequest)Send an Accounting Request.
-