jtge.engine.handler
Class AbstractHandler

java.lang.Object
  extended byjtge.engine.handler.AbstractProducer
      extended byjtge.engine.handler.AbstractHandler
All Implemented Interfaces:
IConsumer
Direct Known Subclasses:
Buffer, Filter, Sort, ValidationHandler

public abstract class AbstractHandler
extends AbstractProducer
implements IConsumer

Captures handlers abstraction.

The purpose of a handler is to receive a command, to transform it in a custom way, and optionnaly to forward the resulting command to the next consumer.

Version:
$Revision: 1.3 $ $Date: 2005/08/26 18:09:36 $
Author:
Mathieu Champlon

Constructor Summary
protected AbstractHandler(IConsumer consumer)
          Create a handler.
 
Methods inherited from class jtge.engine.handler.AbstractProducer
forward
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jtge.engine.handler.IConsumer
handle
 

Constructor Detail

AbstractHandler

protected AbstractHandler(IConsumer consumer)
Create a handler.

Parameters:
consumer - the target consumer


Copyright © 2003-2005 . All Rights Reserved.