com.slamd.admin
Class AdminConfig

java.lang.Object
  extended by com.slamd.admin.AdminConfig
All Implemented Interfaces:
ConfigSubscriber

public class AdminConfig
extends java.lang.Object
implements ConfigSubscriber

This class provides a set of methods for providing the interface to the SLAMD server configuration.


Method Summary
 java.lang.String getSubscriberName()
          Retrieves the name that the servlet uses to subscribe to the configuration handler in order to be notified of configuration changes.
 ParameterList getSubscriberParameters()
          Retrieves the set of configuration parameters associated with this configuration subscriber.
 void refreshSubscriberConfiguration()
          Re-reads all configuration information used by the SLAMD Web interface.
 void refreshSubscriberConfiguration(java.lang.String parameterName)
          Re-reads all configuration information used by the SLAMD Web interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSubscriberName

public java.lang.String getSubscriberName()
Retrieves the name that the servlet uses to subscribe to the configuration handler in order to be notified of configuration changes.

Specified by:
getSubscriberName in interface ConfigSubscriber
Returns:
The name that the servlet uses to subscribe to the configuration handler in order to be notified of configuration changes.

getSubscriberParameters

public ParameterList getSubscriberParameters()
Retrieves the set of configuration parameters associated with this configuration subscriber.

Specified by:
getSubscriberParameters in interface ConfigSubscriber
Returns:
The set of configuration parameters associated with this configuration subscriber.

refreshSubscriberConfiguration

public void refreshSubscriberConfiguration()
Re-reads all configuration information used by the SLAMD Web interface. In this case, the only options are related to the look and feel of the user interface.

Specified by:
refreshSubscriberConfiguration in interface ConfigSubscriber

refreshSubscriberConfiguration

public void refreshSubscriberConfiguration(java.lang.String parameterName)
Re-reads all configuration information used by the SLAMD Web interface. In this case, the only options are related to the look and feel of the user interface.

Specified by:
refreshSubscriberConfiguration in interface ConfigSubscriber
Parameters:
parameterName - The name of the parameter to be re-read from the configuration.