ModeShape Distribution 3.0.0.Alpha5

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

Packages that use ThreadPoolFactory
org.modeshape.common.component A simple framework for loading and managing Component objects that may be configured and used reflectively. 
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.component
 

Classes in org.modeshape.common.component 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, ClassLoaderFactory classLoaderFactory, 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.Alpha5

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