net.jradius.server
Class JRadiusNativeRequest

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
                  extended by net.jradius.server.JRadiusRequest
                      extended by net.jradius.server.JRadiusNativeRequest
All Implemented Interfaces:
Serializable, Cloneable, Map, org.apache.commons.chain.Context

public abstract class JRadiusNativeRequest
extends JRadiusRequest

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
 
Fields inherited from class net.jradius.server.JRadiusEvent
applicationContext
 
Constructor Summary
JRadiusNativeRequest()
           
 
Method Summary
 int getType()
           
 String getTypeString()
           
 void setType(int type)
           
 
Methods inherited from class net.jradius.server.JRadiusRequest
addReplyAttribute, getConfigItems, getPackets, getReplyPacket, getRequestPacket, getReturnValue, getSession, getSessionKey, hasReplyPacket, isAccountingRequest, printDebugInfo, setConfigItems, setPackets, setReplyPacket, setReturnValue, setSession, toString
 
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
 
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

JRadiusNativeRequest

public JRadiusNativeRequest()
Method Detail

getType

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

setType

public void setType(int type)

getTypeString

public String getTypeString()
Specified by:
getTypeString in class JRadiusEvent
Returns:
Returns the type of the JRadiusRequest


Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.