| Package | Description |
|---|---|
| org.glassfish.enterprise.concurrent | |
| org.glassfish.enterprise.concurrent.internal | |
| org.glassfish.enterprise.concurrent.spi |
| Modifier and Type | Method | Description |
|---|---|---|
protected AbstractManagedThread |
ManagedThreadFactoryImpl.createThread(Runnable r,
ContextHandle contextHandleForSetup) |
| Constructor | Description |
|---|---|
ManagedThread(Runnable target,
ContextHandle contextHandleForSetup) |
| Modifier and Type | Field | Description |
|---|---|---|
protected ContextHandle |
ContextProxyInvocationHandler.capturedContextHandle |
|
protected ContextHandle |
ManagedFutureTask.contextHandleForReset |
|
protected ContextHandle |
ManagedFutureTask.contextHandleForSetup |
| Modifier and Type | Method | Description |
|---|---|---|
ContextHandle |
ContextSetupProvider.saveContext(javax.enterprise.concurrent.ContextService contextService) |
Called by ManagedExecutorService in the same thread that submits a
task to save the execution context of the submitting thread.
|
ContextHandle |
ContextSetupProvider.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
Called by ManagedExecutorService in the same thread that submits a
task to save the execution context of the submitting thread.
|
ContextHandle |
ContextSetupProvider.setup(ContextHandle contextHandle) |
Called by ManagedExecutorService before executing a task to set up thread
context.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ContextSetupProvider.reset(ContextHandle contextHandle) |
Called by ManagedExecutorService after executing a task to clean up and
reset thread context.
|
ContextHandle |
ContextSetupProvider.setup(ContextHandle contextHandle) |
Called by ManagedExecutorService before executing a task to set up thread
context.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.