net.sf.jradius.server.event
Class ServerEvent

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.apache.commons.chain.impl.ContextBase
              extended by net.sf.jradius.server.JRadiusEvent
                  extended by net.sf.jradius.server.event.ServerEvent
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map, org.apache.commons.chain.Context
Direct Known Subclasses:
HandlerLogEvent

public abstract class ServerEvent
extends JRadiusEvent

Represents A Server Event and holds the associated JRadiusRequest.

Author:
David Bird
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
ServerEvent()
           
 
Method Summary
 JRadiusRequest getRequest()
           
 java.lang.String getSessionKey()
           
 int getType()
           
 void setRequest(JRadiusRequest request)
           
 void setSessionKey(java.lang.String sessionKey)
           
 
Methods inherited from class net.sf.jradius.server.JRadiusEvent
getSender, getTypeString, setSender
 
Methods inherited from class org.apache.commons.chain.impl.ContextBase
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values
 
Methods inherited from class java.util.HashMap
clone, containsKey, size
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, equals, hashCode, size
 

Constructor Detail

ServerEvent

public ServerEvent()
Method Detail

getRequest

public JRadiusRequest getRequest()

setRequest

public void setRequest(JRadiusRequest request)

getSessionKey

public java.lang.String getSessionKey()
Returns:
Returns the sessionKey.

setSessionKey

public void setSessionKey(java.lang.String sessionKey)
Parameters:
sessionKey - The sessionKey to set.

getType

public int getType()
Specified by:
getType in class JRadiusEvent
Returns:
Returns the type of the JRadiusRequest


Copyright © 2006 The JRadius Project, All Rights Reserved.