org.jdiameter.api.auth.events
Interface SessionTermRequest

All Superinterfaces:
AppEvent, AppRequestEvent, java.io.Serializable

public interface SessionTermRequest
extends AppRequestEvent

A Session Termination Request is a request from a client to a server

Version:
1.5.1 Final

Method Summary
 long getAuthApplicationId()
           
 int getTerminationCause()
           
 
Methods inherited from interface org.jdiameter.api.app.AppRequestEvent
getDestinationHost, getDestinationRealm
 
Methods inherited from interface org.jdiameter.api.app.AppEvent
getCommandCode, getMessage, getOriginHost, getOriginRealm
 

Method Detail

getAuthApplicationId

long getAuthApplicationId()
                          throws AvpDataException
Returns:
Auth-Application-Id value of request
Throws:
AvpDataException - if result code avp is not integer

getTerminationCause

int getTerminationCause()
                        throws AvpDataException
Returns:
termination cause
Throws:
AvpDataException - if result code avp is not integer


Copyright © 2008. All Rights Reserved.