ModeShape Distribution 3.0.0.Alpha6

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

Packages that use ThreadPoolFactory
org.modeshape.common.util A set of miscellaneous utilities. 
org.modeshape.jcr   
org.modeshape.jcr.text This package defines an interface for components that extract text from content. 
 

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, MimeTypeDetector mimeTypeDetector, ThreadPoolFactory threadPoolFactory, BinaryStore binaryStore, Map<String,String> data, String processId)
          Create an instance of the execution context by supplying all parameters.
 

Uses of ThreadPoolFactory in org.modeshape.jcr.text
 

Classes in org.modeshape.jcr.text that implement ThreadPoolFactory
 class TextExtractorContext
          A context for extracting the content.
 


ModeShape Distribution 3.0.0.Alpha6

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