com.espertech.esper.core.service
Class DeliveryConvertorMap

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

public class DeliveryConvertorMap
extends java.lang.Object
implements DeliveryConvertor

Converts column results into a Map of key-value pairs.


Constructor Summary
DeliveryConvertorMap(java.lang.String[] columnNames)
          Ctor.
 
Method Summary
 java.lang.Object[] convertRow(java.lang.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

DeliveryConvertorMap

public DeliveryConvertorMap(java.lang.String[] columnNames)
Ctor.

Parameters:
columnNames - the names for columns
Method Detail

convertRow

public java.lang.Object[] convertRow(java.lang.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

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com