Package | Description |
---|---|
org.modeshape.common.util |
A set of miscellaneous utilities.
|
org.modeshape.jcr |
Modifier and Type | Class and Description |
---|---|
class |
ThreadPools
A simple
ThreadPoolFactory implementation. |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionContext
An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
|
Modifier and Type | Method and Description |
---|---|
protected ThreadPoolFactory |
ExecutionContext.getThreadPoolFactory() |
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
ExecutionContext.with(ThreadPoolFactory threadPoolFactory)
Create a new execution context that mirrors this context but that uses the supplied
thread pool
factory . |
Constructor and Description |
---|
ExecutionContext(SecurityContext securityContext,
NamespaceRegistry namespaceRegistry,
PropertyFactory propertyFactory,
ThreadPoolFactory threadPoolFactory,
BinaryStore binaryStore,
Map<String,String> data,
String processId,
TextDecoder decoder,
TextEncoder encoder,
StringFactory stringFactory,
BinaryFactory binaryFactory,
ValueFactory<Boolean> booleanFactory,
DateTimeFactory dateFactory,
ValueFactory<BigDecimal> decimalFactory,
ValueFactory<Double> doubleFactory,
ValueFactory<Long> longFactory,
NameFactory nameFactory,
PathFactory pathFactory,
ReferenceFactory referenceFactory,
ReferenceFactory weakReferenceFactory,
ReferenceFactory simpleReferenceFactory,
UriFactory uriFactory,
ValueFactory<Object> objectFactory)
Create an instance of the execution context by supplying all parameters.
|
Copyright © 2008-2015 JBoss, a division of Red Hat. All Rights Reserved.