com.espertech.esper.dataflow.util
Class DefaultSupportGraphOpProvider

java.lang.Object
  extended by com.espertech.esper.dataflow.util.DefaultSupportGraphOpProvider
All Implemented Interfaces:
EPDataFlowOperatorProvider

public class DefaultSupportGraphOpProvider
extends java.lang.Object
implements EPDataFlowOperatorProvider


Constructor Summary
DefaultSupportGraphOpProvider(java.lang.Object... ops)
           
DefaultSupportGraphOpProvider(java.lang.Object op)
           
 
Method Summary
 java.lang.Object provide(EPDataFlowOperatorProviderContext context)
          Called to see if the provider would like to provide the operator instance as described in the context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSupportGraphOpProvider

public DefaultSupportGraphOpProvider(java.lang.Object op)

DefaultSupportGraphOpProvider

public DefaultSupportGraphOpProvider(java.lang.Object... ops)
Method Detail

provide

public java.lang.Object provide(EPDataFlowOperatorProviderContext context)
Description copied from interface: EPDataFlowOperatorProvider
Called to see if the provider would like to provide the operator instance as described in the context.

Specified by:
provide in interface EPDataFlowOperatorProvider
Parameters:
context - operator instance requested
Returns:
operator instance, or null if the default empty construct instantiation for the operator class should be used

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