Uses of Class
net.java.slee.resource.diameter.base.events.avp.AccountingRecordType

Packages that use AccountingRecordType
net.java.slee.resource.diameter.base.events   
net.java.slee.resource.diameter.base.events.avp   
org.mobicents.slee.resource.diameter.base.events   
 

Uses of AccountingRecordType in net.java.slee.resource.diameter.base.events
 

Methods in net.java.slee.resource.diameter.base.events that return AccountingRecordType
 AccountingRecordType AccountingRequest.getAccountingRecordType()
          Returns the value of the Accounting-Record-Type AVP, of type Enumerated.
 AccountingRecordType AccountingAnswer.getAccountingRecordType()
          Returns the value of the Accounting-Record-Type AVP, of type Enumerated.
 

Methods in net.java.slee.resource.diameter.base.events with parameters of type AccountingRecordType
 void AccountingRequest.setAccountingRecordType(AccountingRecordType accountingRecordType)
          Sets the value of the Accounting-Record-Type AVP, of type Enumerated.
 void AccountingAnswer.setAccountingRecordType(AccountingRecordType accountingRecordType)
          Sets the value of the Accounting-Record-Type AVP, of type Enumerated.
 

Uses of AccountingRecordType in net.java.slee.resource.diameter.base.events.avp
 

Fields in net.java.slee.resource.diameter.base.events.avp declared as AccountingRecordType
static AccountingRecordType AccountingRecordType.EVENT_RECORD
          An Accounting Event Record is used to indicate that a one-time event has occurred (meaning that the start and end of the event are simultaneous).
static AccountingRecordType AccountingRecordType.INTERIM_RECORD
          An Interim Accounting Record contains cumulative accounting information for an existing accounting session.
static AccountingRecordType AccountingRecordType.START_RECORD
          An Accounting Start, Interim, and Stop Records are used to indicate that a service of a measurable length has been given.
static AccountingRecordType AccountingRecordType.STOP_RECORD
          An Accounting Stop Record is sent to terminate an accounting session and contains cumulative accounting information relevant to the existing session.
 

Methods in net.java.slee.resource.diameter.base.events.avp that return AccountingRecordType
static AccountingRecordType AccountingRecordType.fromInt(int type)
           
 

Uses of AccountingRecordType in org.mobicents.slee.resource.diameter.base.events
 

Methods in org.mobicents.slee.resource.diameter.base.events that return AccountingRecordType
 AccountingRecordType AccountingAnswerImpl.getAccountingRecordType()
           
 

Methods in org.mobicents.slee.resource.diameter.base.events with parameters of type AccountingRecordType
 void AccountingAnswerImpl.setAccountingRecordType(AccountingRecordType accountingRecordType)
           
 



Copyright © 2008. All Rights Reserved.