net.esper.eql.view
Class OutputProcessView.OutputProcessTransform

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

public static class OutputProcessView.OutputProcessTransform
extends Object
implements TransformEventMethod


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

Constructor Detail

OutputProcessView.OutputProcessTransform

public OutputProcessView.OutputProcessTransform(ResultSetProcessor resultSetProcessor)
Method Detail

transform

public EventBean transform(EventBean event)
Specified by:
transform in interface TransformEventMethod