|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.backends.jeb.EntryContainer.AttributeJEIndexCfgManager
public class EntryContainer.AttributeJEIndexCfgManager
This class is responsible for managing the configuraiton for attribute indexes used within this entry container.
Constructor Summary | |
---|---|
EntryContainer.AttributeJEIndexCfgManager()
|
Method Summary | |
---|---|
ConfigChangeResult |
applyConfigurationAdd(LocalDBIndexCfg cfg)
Adds a new configuration to this add listener. |
ConfigChangeResult |
applyConfigurationDelete(LocalDBIndexCfg cfg)
Deletes an existing configuration from this delete listener. |
boolean |
isConfigurationAddAcceptable(LocalDBIndexCfg cfg,
java.util.List<Message> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is acceptable to this add listener. |
boolean |
isConfigurationDeleteAcceptable(LocalDBIndexCfg cfg,
java.util.List<Message> unacceptableReasons)
Indicates whether the proposed deletion of an existing configuration is acceptable to this delete listener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntryContainer.AttributeJEIndexCfgManager()
Method Detail |
---|
public boolean isConfigurationAddAcceptable(LocalDBIndexCfg cfg, java.util.List<Message> unacceptableReasons)
isConfigurationAddAcceptable
in interface ConfigurationAddListener<LocalDBIndexCfg>
cfg
- The configuration that will be added.unacceptableReasons
- A list that can be used to hold messages about why the
provided configuration is not acceptable.
true
if the proposed addition is
acceptable, or false
if it is not.public ConfigChangeResult applyConfigurationAdd(LocalDBIndexCfg cfg)
applyConfigurationAdd
in interface ConfigurationAddListener<LocalDBIndexCfg>
cfg
- The configuration that will be added.
public boolean isConfigurationDeleteAcceptable(LocalDBIndexCfg cfg, java.util.List<Message> unacceptableReasons)
isConfigurationDeleteAcceptable
in interface ConfigurationDeleteListener<LocalDBIndexCfg>
cfg
- The configuration that will be deleted.unacceptableReasons
- A list that can be used to hold messages about why the
provided configuration is not acceptable.
true
if the proposed deletion is
acceptable, or false
if it is not.public ConfigChangeResult applyConfigurationDelete(LocalDBIndexCfg cfg)
applyConfigurationDelete
in interface ConfigurationDeleteListener<LocalDBIndexCfg>
cfg
- The existing configuration that will be deleted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |