|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface specifies a method that can be used to dynamically cause SLAMD
components to refresh their configuration. It should be implemented by any
SLAMD component that obtains configuration information through the
SLAMDConfigHandler so that there is a way to make configuration changes on
the fly. It is up to each component implementing this interface to decide
how best to handle any configuration changes. Any component that is a
SLAMDConfigSubscriber also needs to register with the SLAMDConfigHandler
using the registerAsSubscriber method.
| Method Summary | |
java.lang.String |
getSubscriberName()
Retrieves the name that this configuration subscriber uses to identify itself to the configuration handler. |
ParameterList |
getSubscriberParameters()
Retrieves the set of configuration parameters associated with this configuration subscriber. |
void |
refreshSubscriberConfiguration()
Indicates that the implementer should re-read all of its configuration information from the configuration handler and make any necessary changes to its behavior. |
void |
refreshSubscriberConfiguration(java.lang.String parameterName)
Indicates that the implementer should re-read the specified configuration parameter from the configuration handler and make any necessary changes to its behavior. |
| Method Detail |
public java.lang.String getSubscriberName()
public ParameterList getSubscriberParameters()
public void refreshSubscriberConfiguration()
throws SLAMDServerException
SLAMDServerException - If there is a problem while making a
configuration change.
public void refreshSubscriberConfiguration(java.lang.String parameterName)
throws SLAMDServerException
parameterName - The name of the configuration parameter for which
the configuration should be re-read.
SLAMDServerException - If any of the configuration parameters do
not have acceptable values, or if a problem
occurs while making a configuration change.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||