net.jradius.handler
Class RunChainHandler

java.lang.Object
  extended by net.jradius.handler.EventHandlerBase
      extended by net.jradius.handler.EventHandlerChain
          extended by net.jradius.handler.RunChainHandler
All Implemented Interfaces:
net.jradius.handler.chain.JRCommand, net.jradius.handler.EventHandler, org.apache.commons.chain.Command, org.springframework.beans.factory.BeanFactoryAware

public class RunChainHandler
extends net.jradius.handler.EventHandlerChain

Author:
David Bird

Field Summary
 
Fields inherited from class net.jradius.handler.EventHandlerBase
config
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
RunChainHandler()
           
 
Method Summary
 String getChainName()
           
 boolean handle(net.jradius.server.JRadiusEvent event)
           
 void setChainName(String chain)
           
 
Methods inherited from class net.jradius.handler.EventHandlerChain
execute, execute, getCatalog, getCatalogName, getOnFalse, getOnTrue, setBeanFactory, setCatalogName, setConfig, setOnFalse, setOnTrue
 
Methods inherited from class net.jradius.handler.EventHandlerBase
doesHandle, execute, getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunChainHandler

public RunChainHandler()
Method Detail

handle

public boolean handle(net.jradius.server.JRadiusEvent event)
               throws Exception
Specified by:
handle in interface net.jradius.handler.EventHandler
Overrides:
handle in class net.jradius.handler.EventHandlerChain
Throws:
Exception

getChainName

public String getChainName()

setChainName

public void setChainName(String chain)


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