public interface Context
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
Set |
enumerateKeys()
Enumerate all the Keys in the Context.
|
Object |
getValue(String key) |
void |
print(Logger logger,
Level level)
Print the Contents of the Context to the Logger.
|
void |
removeValue(String key)
Remove a entry.
|
void |
setValue(String key,
Object value) |
boolean containsKey(String key)
key - - paramter keyObject getValue(String key)
key - whose associated value is to be returned.void setValue(String key, Object value)
key - is the Key whose value is to be set.value - is the value for the Key.Set enumerateKeys()
void removeValue(String key)
key - is the Key identifying the entry to be deleted.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.