com.espertech.esper.core.service
Class DeliveryConvertorObjectArr

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

public class DeliveryConvertorObjectArr
extends java.lang.Object
implements DeliveryConvertor

Implementation of a convertor for column results that renders the result as an object array itself.


Field Summary
protected static DeliveryConvertorObjectArr INSTANCE
           
 
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
 

Field Detail

INSTANCE

protected static final DeliveryConvertorObjectArr INSTANCE
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-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com