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

Packages that use SessionServerFailoverType
net.java.slee.resource.diameter.base.events.avp   
 

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

Fields in net.java.slee.resource.diameter.base.events.avp declared as SessionServerFailoverType
static SessionServerFailoverType SessionServerFailoverType.ALLOW_SERVICE
          If re-auth message delivery fails, assume that re-authorization succeeded.
static SessionServerFailoverType SessionServerFailoverType.REFUSE_SERVICE
          If either the re-auth or the STR message delivery fails, terminate service with the user, and do not attempt any subsequent attempts.
static SessionServerFailoverType SessionServerFailoverType.TRY_AGAIN
          If either the re-auth or the STR message delivery fails, resend the failed message without the Destination-Host AVP present.
static SessionServerFailoverType SessionServerFailoverType.TRY_AGAIN_ALLOW_SERVICE
          If either the re-auth or the STR message delivery fails, resend the failed message without the Destination-Host AVP present.
 

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



Copyright © 2008. All Rights Reserved.