|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of configuration that this listener should be
notified about.public interface ConfigurationAddListener<T extends Configuration>
This interface defines the methods that a Directory Server configurable component should implement if it wishes to be able to receive notifications when a new configuration is added.
Method Summary | |
---|---|
ConfigChangeResult |
applyConfigurationAdd(T configuration)
Adds a new configuration to this add listener. |
boolean |
isConfigurationAddAcceptable(T configuration,
java.util.List<Message> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is acceptable to this add listener. |
Method Detail |
---|
boolean isConfigurationAddAcceptable(T configuration, java.util.List<Message> unacceptableReasons)
configuration
- 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.ConfigChangeResult applyConfigurationAdd(T configuration)
configuration
- The configuration that will be added.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |