public class EventHandlerChain extends EventHandlerBase implements org.springframework.beans.factory.BeanFactoryAware
config| Constructor and Description |
|---|
EventHandlerChain() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
execute(JRCommand command,
JRadiusEvent event) |
protected boolean |
execute(String commandName,
JRadiusEvent event) |
protected org.apache.commons.chain.Catalog |
getCatalog() |
String |
getCatalogName() |
String |
getOnFalse() |
String |
getOnTrue() |
boolean |
handle(JRadiusEvent event) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setCatalogName(String catalogName) |
void |
setConfig(ConfigurationItem cfg)
Set the ConfigurationItem of this handler.
|
void |
setOnFalse(String onFalse) |
void |
setOnTrue(String onTrue) |
doesHandle, execute, getName, setNamepublic void setConfig(ConfigurationItem cfg)
JRCommandsetConfig in interface JRCommandsetConfig in class EventHandlerBasecfg - The HandlerConfigurationItem to be setpublic boolean handle(JRadiusEvent event) throws Exception
handle in interface EventHandlerhandle in class EventHandlerBaseExceptionprotected boolean execute(String commandName, JRadiusEvent event) throws Exception
Exceptionprotected boolean execute(JRCommand command, JRadiusEvent event) throws Exception
Exceptionpublic void setOnFalse(String onFalse)
public void setOnTrue(String onTrue)
public String getOnFalse()
public String getOnTrue()
public String getCatalogName()
public void setCatalogName(String catalogName)
protected org.apache.commons.chain.Catalog getCatalog()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionCopyright © 2017. All rights reserved.