com.espertech.esper.core
Interface DeliveryConvertor

All Known Implementing Classes:
DeliveryConvertorMap, DeliveryConvertorNull, DeliveryConvertorObjectArr

public interface DeliveryConvertor

Converts a row of column selection results into a result for dispatch to a method.


Method Summary
 Object[] convertRow(Object[] row)
          Convert result row to dispatchable.
 

Method Detail

convertRow

Object[] convertRow(Object[] row)
Convert result row to dispatchable.

Parameters:
row - to convert
Returns:
converted row

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