|
||||||||||
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.SessionExpiredEvent
public class SessionExpiredEvent
Session Expired Server Event Type.
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 | |
---|---|
SessionExpiredEvent(JRadiusSession session)
|
Method Summary | |
---|---|
JRadiusSession |
getSession()
|
int |
getType()
|
String |
getTypeString()
|
Methods inherited from class net.jradius.server.JRadiusEvent |
---|
getApplicationContext, getListener, getSender, 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 SessionExpiredEvent(JRadiusSession session)
Method Detail |
---|
public int getType()
getType
in class JRadiusEvent
public String getTypeString()
getTypeString
in class JRadiusEvent
public JRadiusSession getSession()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |