org.jdiameter.common.impl.app.acc
Class AccountRequestImpl
java.lang.Object
org.jdiameter.common.impl.app.AppEventImpl
org.jdiameter.common.impl.app.AppRequestEventImpl
org.jdiameter.common.impl.app.acc.AccountRequestImpl
- All Implemented Interfaces:
- java.io.Serializable, AccountRequest, AppEvent, AppRequestEvent
public class AccountRequestImpl
- extends AppRequestEventImpl
- implements AccountRequest
- Author:
- erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AccountRequestImpl
public AccountRequestImpl(AppSession session,
int accountRecordType,
int accReqNumber,
java.lang.String destRealm,
java.lang.String destHost)
AccountRequestImpl
public AccountRequestImpl(Request request)
getAccountingRecordType
public int getAccountingRecordType()
throws AvpDataException
- Specified by:
getAccountingRecordType in interface AccountRequest
- Throws:
AvpDataException
getAccountingRecordNumber
public long getAccountingRecordNumber()
throws AvpDataException
- Specified by:
getAccountingRecordNumber in interface AccountRequest
- Throws:
AvpDataException
setAccountingRecordType
public void setAccountingRecordType(int recordType)
throws AvpDataException
- Specified by:
setAccountingRecordType in interface AccountRequest
- Throws:
AvpDataException
setAccountingRecordNumber
public void setAccountingRecordNumber(long recordNum)
throws AvpDataException
- Specified by:
setAccountingRecordNumber in interface AccountRequest
- Throws:
AvpDataException
Copyright © 2014. All Rights Reserved.