|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of server managed object that this listener
should be notified about.public interface ServerManagedObjectAddListener<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 server managed object is added.
Method Summary | |
---|---|
ConfigChangeResult |
applyConfigurationAdd(ServerManagedObject<? extends T> mo)
Adds a new server managed object to this add listener. |
boolean |
isConfigurationAddAcceptable(ServerManagedObject<? extends T> mo,
java.util.List<Message> unacceptableReasons)
Indicates whether the proposed addition of a new server managed object is acceptable to this add listener. |
Method Detail |
---|
boolean isConfigurationAddAcceptable(ServerManagedObject<? extends T> mo, java.util.List<Message> unacceptableReasons)
mo
- The server managed object that will be added.unacceptableReasons
- A list that can be used to hold messages about why the
provided server managed object is not acceptable.
true
if the proposed addition is
acceptable, or false
if it is not.ConfigChangeResult applyConfigurationAdd(ServerManagedObject<? extends T> mo)
mo
- The server managed object that will be added.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |