Uses of Class
scriptella.core.DynamicContext

Packages that use DynamicContext
scriptella.core Core classes for scripts execution. 
 

Uses of DynamicContext in scriptella.core
 

Subclasses of DynamicContext in scriptella.core
 class DynamicContextDecorator
          Allows to change behaviour of wrapped DynamicContext.
 

Methods in scriptella.core with parameters of type DynamicContext
protected  void QueryExecutor.execute(Connection connection, Resource resource, DynamicContext ctx)
           
protected  void ScriptExecutor.execute(Connection connection, Resource resource, DynamicContext ctx)
           
 void IfInterceptor.execute(DynamicContext ctx)
           
 void ConnectionInterceptor.execute(DynamicContext ctx)
           
 void ExecutableElement.execute(DynamicContext ctx)
          Executes the element.
 void StatisticInterceptor.execute(DynamicContext ctx)
           
 void TxInterceptor.execute(DynamicContext ctx)
           
 void ExceptionInterceptor.execute(DynamicContext ctx)
           
protected  void ElementInterceptor.executeNext(DynamicContext ctx)
          Executes next element in the chain.
 

Constructors in scriptella.core with parameters of type DynamicContext
DynamicContextDecorator(DynamicContext context)
           
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.