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

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.ReAuthRequestImpl
All Implemented Interfaces:
java.io.Serializable, org.jdiameter.api.app.AppEvent, org.jdiameter.api.app.AppRequestEvent, org.jdiameter.api.auth.events.ReAuthRequest

public class ReAuthRequestImpl
extends AppRequestEventImpl
implements org.jdiameter.api.auth.events.ReAuthRequest

See Also:
Serialized Form

Field Summary
static int code
           
 
Fields inherited from class org.jdiameter.common.impl.app.AppEventImpl
message
 
Constructor Summary
ReAuthRequestImpl(org.jdiameter.api.Message message)
           
 
Method Summary
 long getAuthApplicationId()
           
 int getReAuthRequestType()
           
 
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
 

Field Detail

code

public static int code
Constructor Detail

ReAuthRequestImpl

public ReAuthRequestImpl(org.jdiameter.api.Message message)
Method Detail

getAuthApplicationId

public long getAuthApplicationId()
                          throws org.jdiameter.api.AvpDataException
Specified by:
getAuthApplicationId in interface org.jdiameter.api.auth.events.ReAuthRequest
Throws:
org.jdiameter.api.AvpDataException

getReAuthRequestType

public int getReAuthRequestType()
                         throws org.jdiameter.api.AvpDataException
Specified by:
getReAuthRequestType in interface org.jdiameter.api.auth.events.ReAuthRequest
Throws:
org.jdiameter.api.AvpDataException


Copyright © 2008. All Rights Reserved.