|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A source of Configuration objects.
Implementations of this interface are not required to be thread-safe. Callers must not execute methods of the same ConfigurationSource instance concurrently in two or more threads. However, separate instances of ConfigurationSource may be used concurrently.
Method Summary | |
Configuration |
getConfiguration()
The current configuration. |
void |
pollSoon()
Check for a change in the configuration next time getConfiguration() is called,
regardless of the currently acceptable staleness. |
Method Detail |
public Configuration getConfiguration() throws java.lang.Exception
java.lang.Exception
public void pollSoon()
getConfiguration()
is called,
regardless of the currently acceptable staleness.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |