net.sf.jradius.handler.event
Class HandlerLogHandler

java.lang.Object
  extended by net.sf.jradius.handler.EventHandlerBase
      extended by net.sf.jradius.handler.event.HandlerLogHandler
All Implemented Interfaces:
JRCommand, EventHandler, org.apache.commons.chain.Command

public class HandlerLogHandler
extends EventHandlerBase

The default (as defined in net.sf.jradius.handler.catalog.xml) Event Handler. This handler commits all the log entries stored up in the session and is launched at the end of every pass through the JRadius server.

Author:
David Bird

Field Summary
 
Fields inherited from class net.sf.jradius.handler.EventHandlerBase
config
 
Constructor Summary
HandlerLogHandler()
           
 
Method Summary
 boolean handle(JRadiusEvent event)
           
 
Methods inherited from class net.sf.jradius.handler.EventHandlerBase
doesHandle, execute, getName, setConfig, setName, splitUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerLogHandler

public HandlerLogHandler()
Method Detail

handle

public boolean handle(JRadiusEvent event)
               throws java.lang.Exception
Specified by:
handle in interface EventHandler
Specified by:
handle in class EventHandlerBase
Throws:
java.lang.Exception


Copyright © 2006 The JRadius Project, All Rights Reserved.