|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WatchedConfigurationSource
The definition of configuration source that brings dynamic changes to the configuration via watchers.
| Method Summary | |
|---|---|
void |
addUpdateListener(WatchedUpdateListener l)
Add WatchedUpdateListener listener |
java.util.Map<java.lang.String,java.lang.Object> |
getCurrentData()
Get a snapshot of the latest configuration data. Note: The correctness of this data is only as good as the underlying config source's view of the data. |
void |
removeUpdateListener(WatchedUpdateListener l)
Remove WatchedUpdateListener listener |
| Method Detail |
|---|
void addUpdateListener(WatchedUpdateListener l)
WatchedUpdateListener listener
l - void removeUpdateListener(WatchedUpdateListener l)
WatchedUpdateListener listener
l -
java.util.Map<java.lang.String,java.lang.Object> getCurrentData()
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||