|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MessageChannel.RawKeyResolutionTable
A MessageChannel.RawKeyResolutionTable
is used to build a message key
from a given channel key, by providing substitution values for
variable components in the key.
A MessageChannel.RawKeyResolutionTable
doesn't produce garbage for
inserts and removes, and contains substitution values that
are RawString
s which allow the key to be build without
producing garbage.
MessageChannel.RawKeyResolutionTable
is not safe for
concurrent access by multiple threads.Method Summary | |
---|---|
boolean |
containsKey(String key)
|
com.neeve.raw.RawString |
get(String key)
Gets a key substitution value. |
com.neeve.raw.RawString |
getProperty(String key)
Gets a key substitution value. |
com.neeve.raw.RawString |
put(String key,
com.neeve.raw.RawString value)
Adds a key resolution property. |
com.neeve.raw.RawString |
remove(String key)
|
com.neeve.raw.RawString |
setProperty(String key,
com.neeve.raw.RawString value)
Adds a key resolution property. |
Method Detail |
---|
com.neeve.raw.RawString put(String key, com.neeve.raw.RawString value)
key
- The key.value
- The value.
com.neeve.raw.RawString setProperty(String key, com.neeve.raw.RawString value)
key
- The key.value
- The value.
com.neeve.raw.RawString get(String key)
key
- The key to lookup.
com.neeve.raw.RawString getProperty(String key)
key
- The key to lookup.
com.neeve.raw.RawString remove(String key)
boolean containsKey(String key)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |