| Package | Description |
|---|---|
| com.holonplatform.core |
| Modifier and Type | Method and Description |
|---|---|
default Optional<ContextScope> |
Context.classLoaderScope()
Shortcut method to obtain the ClassLoader-bound context scope, i.e. the default
ContextScope named
Context.CLASSLOADER_SCOPE_NAME, using the default ClassLoader. |
default Optional<ContextScope> |
Context.classLoaderScope(ClassLoader classLoader)
Shortcut method to obtain the ClassLoader-bound context scope, i.e. the default
ContextScope named
Context.CLASSLOADER_SCOPE_NAME. |
default Optional<ContextScope> |
Context.scope(String name)
|
Optional<ContextScope> |
Context.scope(String name,
ClassLoader classLoader)
|
default Optional<ContextScope> |
Context.threadScope()
Shortcut method to obtain the thread-bound context scope, i.e. the default
ContextScope named
Context.THREAD_SCOPE_NAME, using the default ClassLoader. |
default Optional<ContextScope> |
Context.threadScope(ClassLoader classLoader)
Shortcut method to obtain the thread-bound context scope, i.e. the default
ContextScope named
Context.THREAD_SCOPE_NAME. |
Copyright © 2019 The Holon Platform. All rights reserved.