scriptella.core
Interface ExecutableElement

All Known Implementing Classes:
ConnectionInterceptor, ElementInterceptor, ExceptionInterceptor, IfInterceptor, QueryExecutor, ScriptExecutor, StatisticInterceptor, TxInterceptor

public interface ExecutableElement

Represents executable element like query or script.

Interceptors also implement this interface to act as proxies.

Version:
1.0
Author:
Fyodor Kupolov

Method Summary
 void execute(DynamicContext ctx)
          Executes the element.
 

Method Detail

execute

void execute(DynamicContext ctx)
Executes the element.

Note: the context may be decorated by DynamicContextDecorator.

Parameters:
ctx - context to use.


Copyright © Copyright 2006-2009 The Scriptella Project Team.