org.opencredo.esper
Interface NativeEPStatementCallback


public interface NativeEPStatementCallback

Provides a callback hook in order to expose the underlying Esper resources, such as the EPStatement.

Author:
Russ Miles (russ.miles@opencredo.com)

Method Summary
 void executeWithEPStatement(com.espertech.esper.client.EPStatement nativeStatement, java.lang.String epl)
          Passes the native EPStatement and registered EPL filter query to the implementor.
 

Method Detail

executeWithEPStatement

void executeWithEPStatement(com.espertech.esper.client.EPStatement nativeStatement,
                            java.lang.String epl)
Passes the native EPStatement and registered EPL filter query to the implementor.

Parameters:
nativeStatement - the native EPStatement
epl - the epl filter query registered with this statement


Copyright © 2010. All Rights Reserved.