-
ch.qos.logback.core.joran.spi.ExecutionContext
The ExecutionContext contains the contextual state of a Joran parsing session. {@link Action} objects depend on this context to exchange and store information.
@author Ceki Gülcü
-
ch.tatool.exec.ExecutionContext
Execution context This is a one stop shop for elements during execution. Everything they possibly need during execution is contained in this object. Please note that the context can change from one to the next execution, therefore do not cache the object inside the elements.
@author Michael Ruflin
-
com.amazonaws.http.ExecutionContext
-
com.asakusafw.yaess.core.ExecutionContext
Contextual information of jobflow executions.
@since 0.2.3
@version 0.4.0
-
com.betfair.cougar.api.ExecutionContext
Provides contextual data to a cougar service
-
com.codebullets.sagalib.context.ExecutionContext
Holds and controls the the state when executing one ore more sagas based for a single message.
-
com.cognifide.slice.api.execution.ExecutionContext
Execution context of Slice Injector. This interface specifies the current resource that Injector is using. Current context can be changed by calling ModelProvider with new path. Path is always available. Resource can be null.
-
com.dtolabs.rundeck.core.execution.ExecutionContext
-
com.founder.fix.fixflow.core.runtime.ExecutionContext
-
com.hp.hpl.jena.sparql.engine.ExecutionContext
-
dan.util.process.ExecutionContext
Object which bundles together a system Process with the StreamHandlers that handle its output. The Process is expected to have already been started. startHandlers() should then be called to start the stream handlers so the process can continue to execute cleanly.
-
edu.stanford.bmir.protege.web.server.dispatch.ExecutionContext
Author: Matthew Horridge
Stanford University
Bio-Medical Informatics Research Group
Date: 20/01/2013
Describes the context in which an action is being executed.
-
javax.resource.spi.work.ExecutionContext
@version $Rev: 46019 $ $Date: 2004-09-14 03:56:06 -0600 (Tue, 14 Sep 2004) $
-
net.sourceforge.stripes.controller.ExecutionContext
Holds the execution context for processing a single request. The ExecutionContext is made available to {@link Interceptor} classes that are interleaved with the regular requestprocessing lifecycle.
The ExecutionContext is not populated all at once, but in pieces as the request progresses. Check the accessor method for each item for information on when that item becomes available in the request processing lifecycle.
@author Tim Fennell
@since Stripes 1.3
-
org.activiti.engine.impl.context.ExecutionContext
@author Tom Baeyens
-
org.apache.airavata.core.gfac.context.invocation.ExecutionContext
The Execution Context is used for passing information around the whole service. It keeps information about general execution step. For example, notification service, registry service.
-
org.apache.aries.blueprint.di.ExecutionContext
-
org.apache.cassandra.cql.hooks.ExecutionContext
Contextual information about the execution of a CQLStatement. Used by {@link org.apache.cassandra.cql.hooks.PreExecutionHook}The CQL string representing the statement being executed is optional and is not present for prepared statements. Contexts created for the execution of regular (i.e. non-prepared) statements will always contain a CQL string.
-
org.apache.cocoon.template.environment.ExecutionContext
@version SVN $Id: ExecutionContext.java 449189 2006-09-23 06:52:29Z crossley $
-
org.apache.derby.iapi.sql.execute.ExecutionContext
ExecutionContext stores the factories that are to be used by the current connection. It also provides execution services for statement atomicity.
-
org.apache.hive.ptest.execution.context.ExecutionContext
-
org.apache.jackrabbit.oak.query.ExecutionContext
An instance of this class provides the context for the execution of a query, which in essence captures a stable state of the content tree from the time the execution context was created.
-
org.apache.jackrabbit.vault.util.console.ExecutionContext
Console
...
-
org.apache.joran.ExecutionContext
The ExecutionContext contains the contextual state of a Joran parsing session. {@link org.apache.joran.action.Action Actions} depend on this context to exchange and store information.
@author Ceki Gülcü
-
org.apache.karaf.cellar.core.command.ExecutionContext
Command execution context.
-
org.apache.log4j.joran.spi.ExecutionContext
The ExecutionContext contains the contextual state of a Joran parsing session. {@link org.apache.log4j.joran.action.Action Actions} depend on this context to exchange and store information.
@author Ceki Gülcü
-
org.apache.pdfbox.pdmodel.common.function.type4.ExecutionContext
Makes up the execution context, holding the available operators and the execution stack.
@version $Revision$
-
org.apache.xbean.recipe.ExecutionContext
-
org.camunda.bpm.engine.impl.context.ExecutionContext
An {@link ExecutionEntity} execution context. Provides access to the process instance and the deployment.
@deprecated since 7.2: use {@link BpmnExecutionContext}
@author Tom Baeyens
@author Roman Smirnov
@author Daniel Meyer
-
org.datanucleus.ExecutionContext
-
org.datanucleus.store.ExecutionContext
Context of execution for persistence operations. In the traditional Java persistence role this will be an ObjectManager.
-
org.flexunit.ant.launcher.contexts.ExecutionContext
Basis for executing a player command.
-
org.jboss.dna.graph.ExecutionContext
An ExecutionContext is a representation of the environment or context in which a component or operation is operating. Some components require this context to be passed into individual methods, allowing the context to vary with each method invocation. Other components require the context to be provided before it's used, and will use that context for all its operations (until it is given a different one).
ExecutionContext instances are {@link Immutable immutable}, so components may hold onto references to them without concern of those contexts changing. Contexts may be used to create other contexts that vary the environment and/or security context. For example, an ExecutionContext could be used to create another context that references the same {@link #getNamespaceRegistry() namespace registry} but which has a different {@link #getSecurityContext() security context}.
-
org.jbpm.graph.exe.ExecutionContext
-
org.jbpm.pvm.internal.env.ExecutionContext
-
org.jruby.runtime.ExecutionContext
-
org.milyn.container.ExecutionContext
Smooks execution context interface definition.
@author tfennelly
-
org.modeshape.jcr.ExecutionContext
An ExecutionContext is a representation of the environment or context in which a component or operation is operating. Some components require this context to be passed into individual methods, allowing the context to vary with each method invocation. Other components require the context to be provided before it's used, and will use that context for all its operations (until it is given a different one).
ExecutionContext instances are {@link Immutable immutable}, so components may hold onto references to them without concern of those contexts changing. Contexts may be used to create other contexts that vary the environment and/or security context. For example, an ExecutionContext could be used to create another context that references the same {@link #getNamespaceRegistry() namespace registry} but which has a different {@link #getSecurityContext() security context}.
-
org.ogce.gfac.context.ExecutionContext
-
org.openquark.cal.runtime.ExecutionContext
Provides an environment in which the execution of a CAL function occurs. One of the most important tasks of an execution context is to provide a key to the set of constant applicative form (CAF) values that are in use for the given execution.
In general, a single ExecutionContext object can be used by only 1 thread at a time. It is OK however for a thread to run a program using an execution context, and then when that run is completed for another thread to use the same execution context to run another program. This provides the ability to share CAF values between multiple executions, even if the further executions are on another thread.
Similarly the state of the execution context cannot be altered by one thread (e.g. changing a debugging flag, etc.) while another thread is using the execution context to run a program.
The execution context is also a holder for debugging status flags that are dependent on an execution.
The execution context holds onto an immutable set of properties which is specified by client code on construction of the execution context, and can be accessed from within CAL. Some well-known properties are defined by the platform (e.g. the current locale).
The execution context can also be used to interrupt an executing CAL program without affecting other concurrently executing CAL programs.
@author Bo Ilic
-
org.springframework.batch.item.ExecutionContext
Object representing a context for an {@link ItemStream}. It is a thin wrapper for a map that allows optionally for type safety on reads. It also allows for dirty checking by setting a 'dirty' flag whenever any put is called. Note that putting null
value is equivalent to removing the entry for the given key.
@author Lucas Ward
@author Douglas Kaminsky
-
org.teiid.translator.ExecutionContext
The security context provides information about the user context in which this query is being run. As of 4.2, the SecurityContext is a sub-interface of ExecutionContext such that both interfaces contain all of the methods from the prior independent interfaces. Thus, these interfaces can now be used interchangeably.
-
org.zkoss.cdi.weld.context.ExecutionContext
Execution context for {@link ExecutionScoped}.
@author henrichen
-
scala.concurrent.ExecutionContext