org.apache.commons.pipeline.stage
Class RaiseEventStage

java.lang.Object
  extended by org.apache.commons.pipeline.stage.BaseStage
      extended by org.apache.commons.pipeline.stage.RaiseEventStage
All Implemented Interfaces:
Stage

public class RaiseEventStage
extends BaseStage


Field Summary
 
Fields inherited from class org.apache.commons.pipeline.stage.BaseStage
context
 
Constructor Summary
RaiseEventStage()
          Creates a new instance of RaiseEventStage
 
Method Summary
 void process(Object obj)
          The only operation performed by this implementation of process() is to feed the specified object to the downstream feeder.
 
Methods inherited from class org.apache.commons.pipeline.stage.BaseStage
emit, emit, init, postprocess, preprocess, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RaiseEventStage

public RaiseEventStage()
Creates a new instance of RaiseEventStage

Method Detail

process

public void process(Object obj)
             throws StageException
Description copied from class: BaseStage
The only operation performed by this implementation of process() is to feed the specified object to the downstream feeder. This method should be overridden to provide processing capability for the stage.

Specified by:
process in interface Stage
Overrides:
process in class BaseStage
Parameters:
obj - Object to be passed to downstream pipeline.
Throws:
StageException - an Exception thrown by an overriding implementation should be wrapped in a StageException


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.