|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AdministratorAction
public final class AdministratorAction
Defines an optional action which administators must perform after they have modified a property. By default modifications to properties are assumed to take effect immediately and require no additional administrative action. Developers should be aware that, where feasible, they should implement components such that property modifications require no additional administrative action. This is required in order to minimize server downtime during administration and provide a more user-friendly experience.
Nested Class Summary | |
---|---|
static class |
AdministratorAction.Type
Specifies the type of administrator action which must be performed in order for pending changes to take effect. |
Constructor Summary | |
---|---|
AdministratorAction(AdministratorAction.Type type,
AbstractManagedObjectDefinition<?,?> d,
java.lang.String propertyName)
Create a new administrator action. |
Method Summary | |
---|---|
Message |
getSynopsis()
Gets the synopsis of this administrator action in the default locale. |
Message |
getSynopsis(java.util.Locale locale)
Gets the synopsis of this administrator action in the specified locale. |
AdministratorAction.Type |
getType()
Gets the type of this administrator action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdministratorAction(AdministratorAction.Type type, AbstractManagedObjectDefinition<?,?> d, java.lang.String propertyName)
type
- The type of this administration action.d
- The managed object definition associated with this
administrator action.propertyName
- The name of the property definition associated with this
administrator action.Method Detail |
---|
public final Message getSynopsis()
null
if there is no
synopsis defined.public final Message getSynopsis(java.util.Locale locale)
locale
- The locale.
null
if there is no
synopsis defined.public final AdministratorAction.Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |