Uses of Class
net.java.slee.resource.diameter.gq.events.avp.AbortCause

Packages that use AbortCause
net.java.slee.resource.diameter.gq.events   
net.java.slee.resource.diameter.gq.events.avp   
org.mobicents.slee.resource.diameter.gq.events   
 

Uses of AbortCause in net.java.slee.resource.diameter.gq.events
 

Methods in net.java.slee.resource.diameter.gq.events that return AbortCause
 AbortCause GqReAuthRequest.getAbortCause()
          Returns the value of the Abort-Cause AVP, of type AbortCause.
 AbortCause GqAbortSessionRequest.getAbortCause()
          Returns the value of the Abort-Cause AVP, of type AbortCause.
 

Methods in net.java.slee.resource.diameter.gq.events with parameters of type AbortCause
 void GqReAuthRequest.setAbortCause(AbortCause abortCause)
          Sets the value of the Abort-Cause AVP, of type AbortCause.
 void GqAbortSessionRequest.setAbortCause(AbortCause abortCause)
          Sets the value of the Abort-Cause AVP, of type AbortCause.
 

Uses of AbortCause in net.java.slee.resource.diameter.gq.events.avp
 

Fields in net.java.slee.resource.diameter.gq.events.avp declared as AbortCause
static AbortCause AbortCause.BEARED_RELEASED
           
static AbortCause AbortCause.INSUFFICIENT_BEARER_RESOURCES
           
static AbortCause AbortCause.INSUFFICIENT_SERVER_RESOURCES
           
 

Methods in net.java.slee.resource.diameter.gq.events.avp that return AbortCause
static AbortCause AbortCause.fromInt(int type)
          Return the value of this instance of this enumerated type.
 

Uses of AbortCause in org.mobicents.slee.resource.diameter.gq.events
 

Methods in org.mobicents.slee.resource.diameter.gq.events that return AbortCause
 AbortCause GqReAuthRequestImpl.getAbortCause()
           
 AbortCause GqAbortSessionRequestImpl.getAbortCause()
           
 

Methods in org.mobicents.slee.resource.diameter.gq.events with parameters of type AbortCause
 void GqReAuthRequestImpl.setAbortCause(AbortCause abortCause)
           
 void GqAbortSessionRequestImpl.setAbortCause(AbortCause abortCause)
           
 



Copyright © 2012. All Rights Reserved.