|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemInfoMonitorProviderCfg
A server-side interface for querying System Info Monitor Provider settings.
The System Info Monitor Provider can be used to publish information about the system and virtual machine on which the Directory Server is running.
Method Summary | |
---|---|
void |
addSystemInfoChangeListener(ConfigurationChangeListener<SystemInfoMonitorProviderCfg> listener)
Register to be notified when this System Info Monitor Provider is changed. |
java.lang.Class<? extends SystemInfoMonitorProviderCfg> |
configurationClass()
Gets the configuration class associated with this System Info Monitor Provider. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
removeSystemInfoChangeListener(ConfigurationChangeListener<SystemInfoMonitorProviderCfg> listener)
Deregister an existing System Info Monitor Provider configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.MonitorProviderCfg |
---|
addChangeListener, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends SystemInfoMonitorProviderCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface MonitorProviderCfg
void addSystemInfoChangeListener(ConfigurationChangeListener<SystemInfoMonitorProviderCfg> listener)
listener
- The System Info Monitor Provider configuration change listener.void removeSystemInfoChangeListener(ConfigurationChangeListener<SystemInfoMonitorProviderCfg> listener)
listener
- The System Info Monitor Provider configuration change listener.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the System Info Monitor Provider implementation.
getJavaClass
in interface MonitorProviderCfg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |