net.jradius.handler.event
Class HandlerLogHandler
java.lang.Object
net.jradius.handler.EventHandlerBase
net.jradius.handler.event.HandlerLogHandler
- All Implemented Interfaces:
- net.jradius.handler.chain.JRCommand, net.jradius.handler.EventHandler, org.apache.commons.chain.Command
public class HandlerLogHandler
- extends net.jradius.handler.EventHandlerBase
The default (as defined in net.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
Fields inherited from class net.jradius.handler.EventHandlerBase |
config |
Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Method Summary |
boolean |
handle(net.jradius.server.JRadiusEvent event)
|
Methods inherited from class net.jradius.handler.EventHandlerBase |
doesHandle, execute, getName, setConfig, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerLogHandler
public HandlerLogHandler()
handle
public boolean handle(net.jradius.server.JRadiusEvent event)
throws Exception
- Specified by:
handle
in interface net.jradius.handler.EventHandler
- Specified by:
handle
in class net.jradius.handler.EventHandlerBase
- Throws:
Exception
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.