|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LastModPluginCfg
A server-side interface for querying Last Mod Plugin settings.
The Last Mod Plugin is used to ensure that the creatorsName and createTimestamp attributes are included in an entry whenever it is added to the server and also to ensure that the modifiersName and modifyTimestamp attributes are updated whenever an entry is modified or renamed.
Method Summary | |
---|---|
void |
addLastModChangeListener(ConfigurationChangeListener<LastModPluginCfg> listener)
Register to be notified when this Last Mod Plugin is changed. |
java.lang.Class<? extends LastModPluginCfg> |
configurationClass()
Gets the configuration class associated with this Last Mod Plugin. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.util.SortedSet<PluginCfgDefn.PluginType> |
getPluginType()
Gets the "plugin-type" property. |
void |
removeLastModChangeListener(ConfigurationChangeListener<LastModPluginCfg> listener)
Deregister an existing Last Mod Plugin configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.PluginCfg |
---|
addChangeListener, isEnabled, isInvokeForInternalOperations, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends LastModPluginCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface PluginCfg
void addLastModChangeListener(ConfigurationChangeListener<LastModPluginCfg> listener)
listener
- The Last Mod Plugin configuration change listener.void removeLastModChangeListener(ConfigurationChangeListener<LastModPluginCfg> listener)
listener
- The Last Mod Plugin configuration change listener.java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
getJavaClass
in interface PluginCfg
java.util.SortedSet<PluginCfgDefn.PluginType> getPluginType()
Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
getPluginType
in interface PluginCfg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |