net.jradius.server
Class JRadiusEvent

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.jradius.server.JRadiusEvent
All Implemented Interfaces:
Serializable, Cloneable, 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 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
protected  org.springframework.context.ApplicationContext applicationContext
           
 
Constructor Summary
JRadiusEvent()
           
 
Method Summary
 org.springframework.context.ApplicationContext getApplicationContext()
           
 Listener getListener()
           
 Object getSender()
           
abstract  int getType()
           
abstract  String getTypeString()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setListener(Listener listener)
           
 void setSender(Object sender)
           
 
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
 

Field Detail

applicationContext

protected org.springframework.context.ApplicationContext applicationContext
Constructor Detail

JRadiusEvent

public JRadiusEvent()
Method Detail

getType

public abstract int getType()
Returns:
Returns the type of the JRadiusRequest

getTypeString

public abstract String getTypeString()
Returns:
Returns the type of the JRadiusRequest

getSender

public Object getSender()

setSender

public void setSender(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 © 2011 Coova Technologies, LLC, All Rights Reserved.