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, org.jdiameter.api.acc.events.AccountRequest, org.jdiameter.api.app.AppEvent, org.jdiameter.api.app.AppRequestEvent
public class AccountRequestImpl
- extends AppRequestEventImpl
- implements org.jdiameter.api.acc.events.AccountRequest
- See Also:
- Serialized Form
|
Field Summary |
static int |
code
|
|
Constructor Summary |
AccountRequestImpl(org.jdiameter.api.app.AppSession session,
int accountRecordType,
int accReqNumber,
java.lang.String destRealm,
java.lang.String destHost)
|
AccountRequestImpl(org.jdiameter.api.Request request)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jdiameter.api.app.AppRequestEvent |
getDestinationHost, getDestinationRealm |
| Methods inherited from interface org.jdiameter.api.app.AppEvent |
getCommandCode, getMessage, getOriginHost, getOriginRealm |
code
public static final int code
- See Also:
- Constant Field Values
AccountRequestImpl
public AccountRequestImpl(org.jdiameter.api.app.AppSession session,
int accountRecordType,
int accReqNumber,
java.lang.String destRealm,
java.lang.String destHost)
AccountRequestImpl
public AccountRequestImpl(org.jdiameter.api.Request request)
getAccountingRecordType
public int getAccountingRecordType()
throws org.jdiameter.api.AvpDataException
- Specified by:
getAccountingRecordType in interface org.jdiameter.api.acc.events.AccountRequest
- Throws:
org.jdiameter.api.AvpDataException
getAccountingRecordNumber
public long getAccountingRecordNumber()
throws org.jdiameter.api.AvpDataException
- Specified by:
getAccountingRecordNumber in interface org.jdiameter.api.acc.events.AccountRequest
- Throws:
org.jdiameter.api.AvpDataException
Copyright © 2008. All Rights Reserved.