org.jdiameter.common.impl.app.auth
Class AbortSessionRequestImpl

java.lang.Object
  extended by org.jdiameter.common.impl.app.AppEventImpl
      extended by org.jdiameter.common.impl.app.AppRequestEventImpl
          extended by org.jdiameter.common.impl.app.auth.AbortSessionRequestImpl
All Implemented Interfaces:
java.io.Serializable, AppEvent, AppRequestEvent, AbortSessionRequest

public class AbortSessionRequestImpl
extends AppRequestEventImpl
implements AbortSessionRequest

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jdiameter.common.impl.app.AppEventImpl
message
 
Fields inherited from interface org.jdiameter.api.auth.events.AbortSessionRequest
_LONG_NAME, _SHORT_NAME, code
 
Constructor Summary
AbortSessionRequestImpl(AppSession session, java.lang.String destRealm, java.lang.String destHost)
           
AbortSessionRequestImpl(Message message)
           
 
Method Summary
 long getAuthApplicationId()
           
 
Methods inherited from class org.jdiameter.common.impl.app.AppRequestEventImpl
getDestinationHost, getDestinationRealm
 
Methods inherited from class org.jdiameter.common.impl.app.AppEventImpl
equals, getCommandCode, getMessage, getOriginHost, getOriginRealm, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jdiameter.api.app.AppRequestEvent
getDestinationHost, getDestinationRealm
 
Methods inherited from interface org.jdiameter.api.app.AppEvent
getCommandCode, getMessage, getOriginHost, getOriginRealm
 

Constructor Detail

AbortSessionRequestImpl

public AbortSessionRequestImpl(AppSession session,
                               java.lang.String destRealm,
                               java.lang.String destHost)

AbortSessionRequestImpl

public AbortSessionRequestImpl(Message message)
Method Detail

getAuthApplicationId

public long getAuthApplicationId()
                          throws AvpDataException
Specified by:
getAuthApplicationId in interface AbortSessionRequest
Throws:
AvpDataException


Copyright © 2014. All Rights Reserved.