org.jactr.modules.pm.visual.buffer.processor
Class AssignFINSTRequestDelegate

java.lang.Object
  extended by org.jactr.modules.pm.common.buffer.AbstractRequestDelegate
      extended by org.jactr.modules.pm.visual.buffer.processor.AssignFINSTRequestDelegate
All Implemented Interfaces:
IRequestDelegate

public class AssignFINSTRequestDelegate
extends AbstractRequestDelegate


Field Summary
static org.apache.commons.logging.Log LOGGER
          logger definition
 
Constructor Summary
AssignFINSTRequestDelegate(IChunkType assignFINSTChunkType)
           
 
Method Summary
 boolean request(IRequest request, IActivationBuffer buffer)
          do the module specific processing
 
Methods inherited from class org.jactr.modules.pm.common.buffer.AbstractRequestDelegate
willAccept
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static final org.apache.commons.logging.Log LOGGER
logger definition

Constructor Detail

AssignFINSTRequestDelegate

public AssignFINSTRequestDelegate(IChunkType assignFINSTChunkType)
Method Detail

request

public boolean request(IRequest request,
                       IActivationBuffer buffer)
Description copied from interface: IRequestDelegate
do the module specific processing

Returns:
true if this was successful (will propogate the buffer event)