static class ChangeBroker.ContextContainer extends ContextLocal<ChangeBroker>
HEADLESS_KEY| Constructor and Description |
|---|
ContextContainer() |
| Modifier and Type | Method and Description |
|---|---|
WeightFactor |
getWeight()
Get the weight of this context-local var.
|
protected ChangeBroker |
initialValue()
Return
null rather than providing a true initial value;
initial value is instead lazily created in obtain(). |
ChangeBroker |
obtain()
Obtains the context-local instance of the contained global work
area.
|
cleanup, clearInstance, dumpDependencies, get, get, isResetAllowed, set, setDebugequals, hashCodepublic WeightFactor getWeight()
getWeight in interface WeightedTokengetWeight in class ContextLocal<ChangeBroker>WeightFactor.LEVEL_6.public ChangeBroker obtain()
ChangeBroker instance is lazily created.protected ChangeBroker initialValue()
null rather than providing a true initial value;
initial value is instead lazily created in obtain().initialValue in class ContextLocal<ChangeBroker>null.