net.sf.jradius.handler
Class SessionLogHandler

java.lang.Object
  extended by net.sf.jradius.handler.EventHandlerBase
      extended by net.sf.jradius.handler.EventHandlerChain
          extended by net.sf.jradius.handler.PacketHandlerChain
              extended by net.sf.jradius.handler.RadiusSessionHandler
                  extended by net.sf.jradius.handler.SessionLogHandler
All Implemented Interfaces:
JRCommand, EventHandler, PacketHandler, org.apache.commons.chain.Command

public class SessionLogHandler
extends RadiusSessionHandler


Field Summary
 
Fields inherited from class net.sf.jradius.handler.RadiusSessionHandler
ClassPrefix, tlsTunnels
 
Fields inherited from class net.sf.jradius.handler.EventHandlerBase
config
 
Constructor Summary
SessionLogHandler()
           
 
Method Summary
 java.lang.String getDirection()
           
 java.lang.String getPacketType()
           
 boolean handle(JRadiusRequest request)
          Derived classes must implement the handle method
 void setDirection(java.lang.String direction)
           
 void setPacketType(java.lang.String packetType)
           
 
Methods inherited from class net.sf.jradius.handler.RadiusSessionHandler
noSessionFound
 
Methods inherited from class net.sf.jradius.handler.PacketHandlerChain
handle
 
Methods inherited from class net.sf.jradius.handler.EventHandlerChain
execute, execute, getCatalog, getCatalogName, getOnFalse, getOnTrue, setCatalogName, setConfig, setOnFalse, setOnTrue
 
Methods inherited from class net.sf.jradius.handler.EventHandlerBase
doesHandle, execute, getName, setName, splitUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jradius.handler.EventHandler
setName
 
Methods inherited from interface net.sf.jradius.handler.chain.JRCommand
doesHandle, getName, setConfig
 
Methods inherited from interface org.apache.commons.chain.Command
execute
 

Constructor Detail

SessionLogHandler

public SessionLogHandler()
Method Detail

handle

public boolean handle(JRadiusRequest request)
               throws RadiusException
Description copied from interface: PacketHandler
Derived classes must implement the handle method

Specified by:
handle in interface PacketHandler
Overrides:
handle in class PacketHandlerChain
Parameters:
request - The JRadiusRequest being processed
Returns:
Returns true of the command is handled (i.e. break the chain)
Throws:
RadiusException

getDirection

public java.lang.String getDirection()

setDirection

public void setDirection(java.lang.String direction)

getPacketType

public java.lang.String getPacketType()

setPacketType

public void setPacketType(java.lang.String packetType)


Copyright © 2006 The JRadius Project, All Rights Reserved.