Uses of Interface
com.espertech.esper.core.start.EPStatementDestroyMethod

Packages that use EPStatementDestroyMethod
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.core.start Classes related to start and stop of statements 
 

Uses of EPStatementDestroyMethod in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return EPStatementDestroyMethod
 EPStatementDestroyMethod StatementLifecycleSvcImpl.EPStatementDesc.getDestroyMethod()
          Return destroy method.
 

Methods in com.espertech.esper.core.service with parameters of type EPStatementDestroyMethod
 void StatementLifecycleSvcImpl.EPStatementDesc.setDestroyMethod(EPStatementDestroyMethod destroyMethod)
          Set method to call when destroyed.
 

Uses of EPStatementDestroyMethod in com.espertech.esper.core.start
 

Classes in com.espertech.esper.core.start that implement EPStatementDestroyMethod
 class EPStatementDestroyCallbackList
          Method to call to destroy an EPStatement.
 

Methods in com.espertech.esper.core.start that return EPStatementDestroyMethod
 EPStatementDestroyMethod EPStatementStartResult.getDestroyMethod()
          Returns destroy method.
 

Constructors in com.espertech.esper.core.start with parameters of type EPStatementDestroyMethod
EPStatementStartResult(Viewable viewable, EPStatementStopMethod stopMethod, EPStatementDestroyMethod destroyMethod)
          Ctor.
 


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