public interface ExamplePluginCfg
extends org.forgerock.opendj.server.config.server.PluginCfg
An example "Hello World" plugin.
Modifier and Type | Method and Description |
---|---|
void |
addExampleChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<ExamplePluginCfg> listener)
Register to be notified when this Example Plugin is changed.
|
Class<? extends ExamplePluginCfg> |
configurationClass()
Gets the configuration class associated with this Example Plugin.
|
String |
getJavaClass()
Gets the "java-class" property.
|
String |
getMessage()
Gets the "message" property.
|
void |
removeExampleChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<ExamplePluginCfg> listener)
Deregister an existing Example Plugin configuration change listener.
|
Class<? extends ExamplePluginCfg> configurationClass()
configurationClass
in interface org.forgerock.opendj.config.Configuration
configurationClass
in interface org.forgerock.opendj.server.config.server.PluginCfg
void addExampleChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<ExamplePluginCfg> listener)
listener
- The Example Plugin configuration change listener.void removeExampleChangeListener(org.forgerock.opendj.config.server.ConfigurationChangeListener<ExamplePluginCfg> listener)
listener
- The Example Plugin configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
getJavaClass
in interface org.forgerock.opendj.server.config.server.PluginCfg
String getMessage()
The message to be logged.
Copyright © 2011–2024. All rights reserved.