Uses of Class
scriptella.core.ThreadSafe

Packages that use ThreadSafe
scriptella.core Core classes for scripts execution. 
scriptella.execution Facade classes for xml scripts execution. 
 

Uses of ThreadSafe in scriptella.core
 

Classes in scriptella.core with annotations of type ThreadSafe
 class DynamicContext
          Represents dynamic execution context for executable elements.
 

Uses of ThreadSafe in scriptella.execution
 

Classes in scriptella.execution with annotations of type ThreadSafe
 class JmxEtlManager
          Implementation of JmxEtlManagerMBean.
 

Methods in scriptella.execution with annotations of type ThreadSafe
 ExecutionStatistics EtlExecutor.execute()
          Executes ETL based on a specified configuration.
 ExecutionStatistics EtlExecutor.execute(ProgressIndicator indicator)
          Executes ETL based on a specified configuration.
static EtlExecutor EtlExecutor.newExecutor(java.net.URL scriptFileUrl)
          Helper method to create a new ScriptExecutor for specified script URL.
static EtlExecutor EtlExecutor.newExecutor(java.net.URL scriptFileUrl, java.util.Map<java.lang.String,?> externalProperties)
          Helper method to create a new ScriptExecutor for specified script URL.
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.