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

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

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

Methods in net.java.slee.resource.diameter.base.events that return AccountingRealtimeRequiredType
 AccountingRealtimeRequiredType AccountingRequest.getAccountingRealtimeRequired()
          Returns the value of the Accounting-Realtime-Required AVP, of type Enumerated.
 AccountingRealtimeRequiredType AccountingAnswer.getAccountingRealtimeRequired()
          Returns the value of the Accounting-Realtime-Required AVP, of type Enumerated.
 

Methods in net.java.slee.resource.diameter.base.events with parameters of type AccountingRealtimeRequiredType
 void AccountingRequest.setAccountingRealtimeRequired(AccountingRealtimeRequiredType accountingRealtimeRequired)
          Sets the value of the Accounting-Realtime-Required AVP, of type Enumerated.
 void AccountingAnswer.setAccountingRealtimeRequired(AccountingRealtimeRequiredType accountingRealtimeRequired)
          Sets the value of the Accounting-Realtime-Required AVP, of type Enumerated.
 

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

Fields in net.java.slee.resource.diameter.base.events.avp declared as AccountingRealtimeRequiredType
static AccountingRealtimeRequiredType AccountingRealtimeRequiredType.DELIVER_AND_GRANT
          The AVP with Value field set to DELIVER_AND_GRANT means that the service MUST only be granted as long as there is a connection to an accounting server.
static AccountingRealtimeRequiredType AccountingRealtimeRequiredType.GRANT_AND_LOSE
          The AVP with Value field set to GRANT_AND_LOSE means that service SHOULD be granted even if the records can not be delivered or stored.
static AccountingRealtimeRequiredType AccountingRealtimeRequiredType.GRANT_AND_STORE
          The AVP with Value field set to GRANT_AND_STORE means that service SHOULD be granted if there is a connection, or as long as records can still be stored as described in Section 9.4.
 

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

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

Methods in org.mobicents.slee.resource.diameter.base.events that return AccountingRealtimeRequiredType
 AccountingRealtimeRequiredType AccountingAnswerImpl.getAccountingRealtimeRequired()
           
 

Methods in org.mobicents.slee.resource.diameter.base.events with parameters of type AccountingRealtimeRequiredType
 void AccountingAnswerImpl.setAccountingRealtimeRequired(AccountingRealtimeRequiredType accountingRealtimeRequired)
           
 



Copyright © 2008. All Rights Reserved.