|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
org.apache.commons.chain.impl.ContextBase
net.jradius.server.JRadiusEvent
net.jradius.server.event.ServerEvent
public abstract class ServerEvent
Represents A Server Event and holds the associated JRadiusRequest.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class net.jradius.server.JRadiusEvent |
---|
applicationContext |
Constructor Summary | |
---|---|
ServerEvent()
|
Method Summary | |
---|---|
JRadiusRequest |
getRequest()
|
String |
getSessionKey()
|
int |
getType()
|
void |
setRequest(JRadiusRequest request)
|
void |
setSessionKey(String sessionKey)
|
Methods inherited from class net.jradius.server.JRadiusEvent |
---|
getApplicationContext, getListener, getSender, getTypeString, setApplicationContext, setListener, 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 |
---|
public ServerEvent()
Method Detail |
---|
public JRadiusRequest getRequest()
public void setRequest(JRadiusRequest request)
public String getSessionKey()
public void setSessionKey(String sessionKey)
sessionKey
- The sessionKey to set.public int getType()
getType
in class JRadiusEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |