@Deprecated public class DefaultScopeProvider extends Object implements ScopeProvider
ScopeProvider that uses threads as contexts.
Relies an an internal InheritableThreadLocal.
ScopeProviderScanner| Modifier and Type | Field and Description |
|---|---|
static String |
SCOPE_PROPERTY
Deprecated.
System property for scope
|
instance| Modifier | Constructor and Description |
|---|---|
protected |
DefaultScopeProvider()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
get()
Deprecated.
Returns the scope in the caller's context.
|
void |
reset()
Deprecated.
Resets the scope in the caller's context.
|
void |
set(String scope)
Deprecated.
Sets the scope in the caller's context.
|
public static final String SCOPE_PROPERTY
public String get()
ScopeProviderget in interface ScopeProviderpublic void set(String scope)
ScopeProviderset in interface ScopeProviderscope - the scopepublic void reset()
ScopeProviderreset in interface ScopeProviderCopyright © 2020. All Rights Reserved.