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

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

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

Methods in net.java.slee.resource.diameter.base.events that return TerminationCauseType
 TerminationCauseType SessionTerminationRequest.getTerminationCause()
          Returns the value of the Termination-Cause AVP, of type Enumerated.
 

Methods in net.java.slee.resource.diameter.base.events with parameters of type TerminationCauseType
 void SessionTerminationRequest.setTerminationCause(TerminationCauseType terminationCause)
          Sets the value of the Termination-Cause AVP, of type Enumerated.
 

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

Fields in net.java.slee.resource.diameter.base.events.avp declared as TerminationCauseType
static TerminationCauseType TerminationCauseType.DIAMETER_ADMINISTRATIVE
          The user was not granted access, or was disconnected, due to administrative reasons, such as the receipt of a Abort-Session- Request message.
static TerminationCauseType TerminationCauseType.DIAMETER_AUTH_EXPIRED
          The user's access was terminated since its authorized session time has expired.
static TerminationCauseType TerminationCauseType.DIAMETER_BAD_ANSWER
          This value indicates that the authorization answer received by the access device was not processed successfully.
static TerminationCauseType TerminationCauseType.DIAMETER_LINK_BROKEN
          The communication to the user was abruptly disconnected.
static TerminationCauseType TerminationCauseType.DIAMETER_LOGOUT
          The user initiated a disconnect
static TerminationCauseType TerminationCauseType.DIAMETER_SERVICE_NOT_PROVIDED
          This value is used when the user disconnected prior to the receipt of the authorization answer message.
static TerminationCauseType TerminationCauseType.DIAMETER_SESSION_TIMEOUT
          The user's session has timed out, and service has been terminated.
static TerminationCauseType TerminationCauseType.DIAMETER_USER_MOVED
          The user is receiving services from another access device.
 

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

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

Methods in org.mobicents.slee.resource.diameter.base.events that return TerminationCauseType
 TerminationCauseType SessionTerminationRequestImpl.getTerminationCause()
           
 

Methods in org.mobicents.slee.resource.diameter.base.events with parameters of type TerminationCauseType
 void SessionTerminationRequestImpl.setTerminationCause(TerminationCauseType terminationCause)
           
 



Copyright © 2008. All Rights Reserved.