|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@PublicAPI(stability=VOLATILE,
mayInstantiate=false,
mayExtend=true,
mayInvoke=false)
public interface ConfigAddListenerThis interface defines the methods that a Directory Server component should implement if it wishes to be able to receive notification of new entries added below a configuration entry.
| Method Summary | |
|---|---|
ConfigChangeResult |
applyConfigurationAdd(ConfigEntry configEntry)
Attempts to apply a new configuration based on the provided added entry. |
boolean |
configAddIsAcceptable(ConfigEntry configEntry,
MessageBuilder unacceptableReason)
Indicates whether the configuration entry that will result from a proposed add is acceptable to this add listener. |
| Method Detail |
|---|
boolean configAddIsAcceptable(ConfigEntry configEntry,
MessageBuilder unacceptableReason)
configEntry - The configuration entry that will
result from the requested add.unacceptableReason - A buffer to which this method can
append a human-readable message
explaining why the proposed entry is
not acceptable.
true if the proposed entry contains an
acceptable configuration, or false if it does
not.ConfigChangeResult applyConfigurationAdd(ConfigEntry configEntry)
configEntry - The new configuration entry that contains
the configuration to apply.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||