org.jdiameter.api.rf.events
Interface RfAccountingRequest
- All Superinterfaces:
- AppEvent, AppRequestEvent, java.io.Serializable
public interface RfAccountingRequest
- extends AppRequestEvent
The ACR messages, indicated by the Command-Code field set to 271 is sent by the CTF to the CDF
in order to send charging information for the request bearer / subsystem / service.
- Author:
- Bartosz Baranowski , Alexandre Mendonca
_SHORT_NAME
static final java.lang.String _SHORT_NAME
- See Also:
- Constant Field Values
_LONG_NAME
static final java.lang.String _LONG_NAME
- See Also:
- Constant Field Values
code
static final int code
- See Also:
- Constant Field Values
getAccountingRecordType
int getAccountingRecordType()
throws AvpDataException
- Returns:
- Record type of request
- Throws:
AvpDataException - if result code avp is not integer
getAccountingRecordNumber
long getAccountingRecordNumber()
throws AvpDataException
- Returns:
- record number
- Throws:
AvpDataException - if result code avp is not integer
Copyright © 2010. All Rights Reserved.