| Package | Description |
|---|---|
| org.glassfish.internal.api |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JavaEEContextUtil.Context |
| Modifier and Type | Method and Description |
|---|---|
ContextProducer.Context |
ContextProducer.Instance.pushContext()
pushes Java EE invocation context onto the invocation stack use
try-with-resources to pop the context
no-op if non-running context
|
ContextProducer.Context |
ContextProducer.Instance.pushRequestContext()
pushes invocation context onto the stack Also creates Request scope
use try-with-resources to pop the context
no-op if non-running context
|
ContextProducer.Context |
ContextProducer.Instance.setApplicationClassLoader()
set context class loader by component id of this instance
for empty or unloaded component, class loader remains unset and the
context is a no-op (no re-set gets done) so it's a no-op
|
Copyright © 2021. All rights reserved.