Uses of Class
net.java.slee.resource.diameter.cca.events.avp.CcSessionFailoverType

Packages that use CcSessionFailoverType
net.java.slee.resource.diameter.cca.events   
net.java.slee.resource.diameter.cca.events.avp   
org.mobicents.slee.resource.diameter.cca.events   
 

Uses of CcSessionFailoverType in net.java.slee.resource.diameter.cca.events
 

Methods in net.java.slee.resource.diameter.cca.events that return CcSessionFailoverType
 CcSessionFailoverType CreditControlAnswer.getCcSessionFailover()
          Returns the value of the CC-Session-Failover AVP, of type Enumerated.
 

Methods in net.java.slee.resource.diameter.cca.events with parameters of type CcSessionFailoverType
 void CreditControlAnswer.setCcSessionFailover(CcSessionFailoverType ccSessionFailover)
          Sets the value of the CC-Session-Failover AVP, of type Enumerated.
 

Uses of CcSessionFailoverType in net.java.slee.resource.diameter.cca.events.avp
 

Methods in net.java.slee.resource.diameter.cca.events.avp that return CcSessionFailoverType
static CcSessionFailoverType CcSessionFailoverType.fromInt(int type)
           
static CcSessionFailoverType CcSessionFailoverType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CcSessionFailoverType[] CcSessionFailoverType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CcSessionFailoverType in org.mobicents.slee.resource.diameter.cca.events
 

Methods in org.mobicents.slee.resource.diameter.cca.events that return CcSessionFailoverType
 CcSessionFailoverType CreditControlAnswerImpl.getCcSessionFailover()
           
 

Methods in org.mobicents.slee.resource.diameter.cca.events with parameters of type CcSessionFailoverType
 void CreditControlAnswerImpl.setCcSessionFailover(CcSessionFailoverType ccSessionFailover)
           
 



Copyright © 2012. All Rights Reserved.