ModeShape Distribution 3.0.0.CR1

Uses of Interface
org.modeshape.common.util.ThreadPoolFactory

Packages that use ThreadPoolFactory
org.modeshape.common.util A set of miscellaneous utilities. 
org.modeshape.jcr   
 

Uses of ThreadPoolFactory in org.modeshape.common.util
 

Classes in org.modeshape.common.util that implement ThreadPoolFactory
 class ThreadPools
          A simple ThreadPoolFactory implementation.
 

Uses of ThreadPoolFactory in org.modeshape.jcr
 

Classes in org.modeshape.jcr that implement ThreadPoolFactory
 class ExecutionContext
          An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
 

Methods in org.modeshape.jcr that return ThreadPoolFactory
protected  ThreadPoolFactory ExecutionContext.getThreadPoolFactory()
           
 

Methods in org.modeshape.jcr with parameters of type ThreadPoolFactory
 ExecutionContext ExecutionContext.with(ThreadPoolFactory threadPoolFactory)
          Create a new execution context that mirrors this context but that uses the supplied thread pool factory.
 

Constructors in org.modeshape.jcr with parameters of type ThreadPoolFactory
ExecutionContext(SecurityContext securityContext, NamespaceRegistry namespaceRegistry, ValueFactories valueFactories, PropertyFactory propertyFactory, ThreadPoolFactory threadPoolFactory, BinaryStore binaryStore, Map<String,String> data, String processId)
          Create an instance of the execution context by supplying all parameters.
 


ModeShape Distribution 3.0.0.CR1

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.