net.esper.eql.view
Class OutputProcessViewPolicy.OutputProcessTransform

java.lang.Object
  extended by net.esper.eql.view.OutputProcessViewPolicy.OutputProcessTransform
All Implemented Interfaces:
TransformEventMethod
Enclosing class:
OutputProcessViewPolicy

public static class OutputProcessViewPolicy.OutputProcessTransform
extends Object
implements TransformEventMethod

Method to transform an event based on the select expression.


Constructor Summary
OutputProcessViewPolicy.OutputProcessTransform(ResultSetProcessor resultSetProcessor)
          Ctor.
 
Method Summary
 EventBean transform(EventBean event)
          Transform event returning the transformed event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputProcessViewPolicy.OutputProcessTransform

public OutputProcessViewPolicy.OutputProcessTransform(ResultSetProcessor resultSetProcessor)
Ctor.

Parameters:
resultSetProcessor - is applying the select expressions to the events for the transformation
Method Detail

transform

public EventBean transform(EventBean event)
Description copied from interface: TransformEventMethod
Transform event returning the transformed event.

Specified by:
transform in interface TransformEventMethod
Parameters:
event - to transform
Returns:
transformed event