org.jdiameter.api.acc.events
Interface AccountAnswer

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

public interface AccountAnswer
extends AppAnswerEvent

A Answer message is sent by a recipient of Request once it has received and interpreted the Request.

Version:
1.5.1 Final

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
 

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 © 2008. All Rights Reserved.