Uses of Interface
net.jradius.handler.chain.JRCommand

Packages that use JRCommand
net.jradius.freeradius The JRadius/FreeRADIUS Adapter. 
net.jradius.handler JRadius Packet and Event Handler Interfaces and Handlers. 
net.jradius.handler.chain JRadius Handler Chaining using the Apache Jakarta Commons Chain API. 
net.jradius.server The JRadius Core Server. 
net.jradius.server.config JRadius Server Configuration Objects and Utilities. 
 

Uses of JRCommand in net.jradius.freeradius
 

Methods in net.jradius.freeradius with parameters of type JRCommand
protected  void FreeRadiusProcessor.logReturnCode(int result, JRCommand handler)
           
 

Uses of JRCommand in net.jradius.handler
 

Subinterfaces of JRCommand in net.jradius.handler
 interface EventHandler
          The base abstract class of all Event Handlers (the base of all handles)
 interface PacketHandler
          The base abstract class of all Packet Handlers
 

Classes in net.jradius.handler that implement JRCommand
 class EventHandlerBase
          The base abstract class of all Event Handlers (the base of all handles)
 class EventHandlerChain
          The EventHandlerChain is a simple EventHandler that delegates the request to a type specific command within a chain catalog, if one is found.
 class PacketHandlerBase
          The base abstract class of all Packet Handlers
 class PacketHandlerChain
          The Catalog Handler is a simple PacketHandler that delegates the request to a type specific command within a chain catalog, if one is found.
 

Methods in net.jradius.handler with parameters of type JRCommand
protected  boolean EventHandlerChain.execute(JRCommand command, JRadiusEvent event)
           
 

Uses of JRCommand in net.jradius.handler.chain
 

Classes in net.jradius.handler.chain that implement JRCommand
 class JRChainBase
          The JRadius ChainBase for Jakarta Commons Chain
 

Uses of JRCommand in net.jradius.server
 

Methods in net.jradius.server that return types with arguments of type JRCommand
 java.util.List<JRCommand> EventDispatcher.getEventHandlers()
           
 java.util.List<JRCommand> Processor.getRequestHandlers()
           
 

Methods in net.jradius.server with parameters of type JRCommand
protected abstract  void RadiusProcessor.logReturnCode(int result, JRCommand handler)
           
 

Method parameters in net.jradius.server with type arguments of type JRCommand
 void EventDispatcher.setEventHandlers(java.util.List<JRCommand> eventHandlers)
           
 void Processor.setRequestHandlers(java.util.List<JRCommand> handlers)
           
 

Uses of JRCommand in net.jradius.server.config
 

Methods in net.jradius.server.config that return JRCommand
static JRCommand Configuration.eventHandlerForName(java.lang.String name)
           
static JRCommand Configuration.packetHandlerForName(java.lang.String name)
           
 

Methods in net.jradius.server.config that return types with arguments of type JRCommand
 java.util.List<JRCommand> ListenerConfigurationItem.getEventHandlers()
           
 java.util.List<JRCommand> ListenerConfigurationItem.getRequestHandlers()
           
 



Copyright © 2008 JRadius Project, All Rights Reserved.