scriptella.core
Class ConnectionInterceptor

java.lang.Object
  extended by scriptella.core.ElementInterceptor
      extended by scriptella.core.ConnectionInterceptor
All Implemented Interfaces:
ExecutableElement

public final class ConnectionInterceptor
extends ElementInterceptor

Handles connections for elements being executed.

Version:
1.0
Author:
Fyodor Kupolov

Method Summary
 void execute(DynamicContext ctx)
          Executes the element.
static ExecutableElement prepare(ExecutableElement next, ScriptingElement se)
           
 
Methods inherited from class scriptella.core.ElementInterceptor
executeNext, getCtxDecorator, getNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public void execute(DynamicContext ctx)
Description copied from interface: ExecutableElement
Executes the element.

Note: the context may be decorated by DynamicContextDecorator.

Parameters:
ctx - context to use.

prepare

public static ExecutableElement prepare(ExecutableElement next,
                                        ScriptingElement se)


Copyright © Copyright 2006-2009 The Scriptella Project Team.