org.jdiameter.api.rf.events
Interface RfAccountingAnswer

All Superinterfaces:
AppAnswerEvent, AppEvent, java.io.Serializable

public interface RfAccountingAnswer
extends AppAnswerEvent

The Accounting Answer (ACA) messages, indicated by the Command-Code field set to 271 is sent by the CDF to the CTF in order to reply to the ACR.

Author:
Bartosz Baranowski , Alexandre Mendonca

Field Summary
static java.lang.String _LONG_NAME
           
static java.lang.String _SHORT_NAME
           
static int code
           
 
Method Summary
 long getAccountingRecordNumber()
           
 int getAccountingRecordType()
           
 
Methods inherited from interface org.jdiameter.api.app.AppAnswerEvent
getResultCodeAvp
 
Methods inherited from interface org.jdiameter.api.app.AppEvent
getCommandCode, getMessage, getOriginHost, getOriginRealm
 

Field Detail

_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
Method Detail

getAccountingRecordType

int getAccountingRecordType()
                            throws AvpDataException
Returns:
Record type of answer
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.