com.espertech.esper.core
Class DeliveryConvertorNull

java.lang.Object
  extended by com.espertech.esper.core.DeliveryConvertorNull
All Implemented Interfaces:
DeliveryConvertor

public class DeliveryConvertorNull
extends Object
implements DeliveryConvertor

Implementation that does not convert columns.


Constructor Summary
DeliveryConvertorNull()
           
 
Method Summary
 Object[] convertRow(Object[] columns)
          Convert result row to dispatchable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryConvertorNull

public DeliveryConvertorNull()
Method Detail

convertRow

public Object[] convertRow(Object[] columns)
Description copied from interface: DeliveryConvertor
Convert result row to dispatchable.

Specified by:
convertRow in interface DeliveryConvertor
Parameters:
columns - to convert
Returns:
converted row

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com