net.jradius.server
Class JRadiusEvent
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.apache.commons.chain.impl.ContextBase
net.jradius.server.JRadiusEvent
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map, org.apache.commons.chain.Context
- Direct Known Subclasses:
- JRadiusRequest, ServerEvent, SessionExpiredEvent
public abstract class JRadiusEvent
- extends org.apache.commons.chain.impl.ContextBase
The JRadiusEvent is the base class for server events and JRadiusRequests.
- Author:
- Gert Jan Verhoog, David Bird
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
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 |
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
JRadiusEvent
public JRadiusEvent()
getType
public abstract int getType()
- Returns:
- Returns the type of the JRadiusRequest
getTypeString
public abstract java.lang.String getTypeString()
- Returns:
- Returns the type of the JRadiusRequest
getSender
public java.lang.Object getSender()
setSender
public void setSender(java.lang.Object sender)
getListener
public Listener getListener()
setListener
public void setListener(Listener listener)
getApplicationContext
public org.springframework.context.ApplicationContext getApplicationContext()
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Copyright © 2008 JRadius Project, All Rights Reserved.