|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JRCommand
The JRadius Command Interface for Jakarta Commons Chain. This class is the foundation of all handlers within JRadius - which can be single command, or chains of commands.
Method Summary | |
---|---|
boolean |
doesHandle(JRadiusEvent event)
Tests whether or not this handler handles the given JRadiusEvent. |
java.lang.String |
getName()
|
void |
setConfig(ConfigurationItem cfg)
Set the ConfigurationItem of this handler. |
Methods inherited from interface org.apache.commons.chain.Command |
---|
execute |
Method Detail |
---|
void setConfig(ConfigurationItem cfg)
cfg
- The HandlerConfigurationItem to be setboolean doesHandle(JRadiusEvent event)
event
- The JRadiusEvent (or JRadiusRequest) to be checked
java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |