Package | Description |
---|---|
javolution.context |
Run-time
contexts to facilitate
separation of concerns and achieve higher level of performance and flexibility. |
javolution.io |
Modifier and Type | Field and Description |
---|---|
static SecurityContext.Permission<LocalContext.Parameter<?>> |
LocalContext.Parameter.SUPERSEDE_PERMISSION
Holds the general permission to supersede any parameter value
(action "supersede").
|
Modifier and Type | Method and Description |
---|---|
SecurityContext.Permission<LocalContext.Parameter<T>> |
LocalContext.Parameter.getSupersedePermission()
Returns the permission to locally supersede the current value
of this instance.
|
Modifier and Type | Method and Description |
---|---|
protected abstract <T> T |
LocalContext.getValue(LocalContext.Parameter<T> param,
T defaultValue)
Returns the local value of the specified parameter or the specified
default value if not
superseded . |
abstract <T> void |
LocalContext.supersede(LocalContext.Parameter<T> param,
T localValue)
Supersedes the value of the specified parameter.
|
Modifier and Type | Field and Description |
---|---|
static LocalContext.Parameter<Integer> |
Struct.MAXIMUM_ALIGNMENT
Configurable holding the maximum wordSize in bytes
(default
4 ). |
Copyright © 2005-2013 Javolution. All Rights Reserved.