Uses of Interface
org.jboss.dna.repository.util.ExecutionContext

Packages that use ExecutionContext
org.jboss.dna.repository.rules   
org.jboss.dna.repository.sequencers   
org.jboss.dna.repository.util   
 

Uses of ExecutionContext in org.jboss.dna.repository.rules
 

Constructors in org.jboss.dna.repository.rules with parameters of type ExecutionContext
RuleSetRepositoryMonitor(RuleService ruleService, java.lang.String jcrAbsolutePath, ExecutionContext executionContext)
          Create an instance that can listen to the RuleSet definitions stored in a JCR repository and ensure that the RuleSet instances of a RuleService reflect the definitions in the repository.
 

Uses of ExecutionContext in org.jboss.dna.repository.sequencers
 

Methods in org.jboss.dna.repository.sequencers that return ExecutionContext
 ExecutionContext SequencingService.getExecutionContext()
           
 

Methods in org.jboss.dna.repository.sequencers with parameters of type ExecutionContext
 void StreamSequencerAdapter.execute(javax.jcr.Node input, java.lang.String sequencedPropertyName, NodeChange changes, java.util.Set<RepositoryNodePath> outputPaths, ExecutionContext context, ProgressMonitor progressMonitor)
          Execute the sequencing operation on the supplied node, which has recently been created or changed.
 void Sequencer.execute(javax.jcr.Node input, java.lang.String sequencedPropertyName, NodeChange changes, java.util.Set<RepositoryNodePath> outputPaths, ExecutionContext context, ProgressMonitor progress)
          Execute the sequencing operation on the supplied node, which has recently been created or changed.
 void SequencingService.setExecutionContext(ExecutionContext executionContext)
           
 

Uses of ExecutionContext in org.jboss.dna.repository.util
 

Classes in org.jboss.dna.repository.util that implement ExecutionContext
 class SimpleExecutionContext
           
 



Copyright © 2008. All Rights Reserved.