|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines the interface for the global store for objects.
Logging API as a whole was originally done for Apache log4j. Juli is a port of main parts of that to complete the Java Logging APIs. All credits for initial idea, design, implementation, documentation belong to the log4j crew. This file was originally published by Ceki Gülcü, Mark Womack. Please use exclusively the appropriate mailing lists for questions, remarks and contribution.
| Method Summary | |
java.lang.Object |
getObject(java.lang.String key)
A ObjectStore can also act as a store for various objects used by x4juli components. |
void |
putObject(java.lang.String key,
java.lang.Object value)
Store an object under 'key'. |
| Method Detail |
public java.lang.Object getObject(java.lang.String key)
public void putObject(java.lang.String key,
java.lang.Object value)
key - value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||