public interface ClusterPreferencesProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(ClusterPreferencesChangeListener listener)
Adds a listener for change events
|
ClusterPreferences |
getGlobalPreferences()
Returns the global preferences to be used when not in the context of a
specific node
|
ClusterPreferences |
getNodeScopedPreferences(String nodeID)
Returns the preferences to be used when in the context of a given node.
|
void |
removeChangeListener(ClusterPreferencesChangeListener listener)
Removes a listener for change events
|
ClusterPreferences getGlobalPreferences()
ClusterPreferences getNodeScopedPreferences(String nodeID)
nodeID - the nodeIDvoid addChangeListener(ClusterPreferencesChangeListener listener)
listener - the listenervoid removeChangeListener(ClusterPreferencesChangeListener listener)
listener - the listenerCopyright © 2015 Actian Corporation. All Rights Reserved.