|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.DefaultManagedObject<C,S>
C
- The type of client default managed object configuration.S
- The type of server default managed object configuration.public final class DefaultManagedObject<C extends ConfigurationClient,S extends Configuration>
A default managed object which should be created when a parent
managed object is created. Default managed objects are associated
with a RelationDefinition
.
Nested Class Summary | |
---|---|
static class |
DefaultManagedObject.Builder<C extends ConfigurationClient,S extends Configuration>
An interface for incrementally constructing default managed objects. |
Field Summary |
---|
Fields inherited from interface org.opends.server.admin.PropertyProvider |
---|
DEFAULT_PROVIDER |
Method Summary | ||
---|---|---|
ManagedObjectDefinition<C,S> |
getManagedObjectDefinition()
Gets the managed object definition associated with this default managed object. |
|
|
getPropertyValues(PropertyDefinition<T> pd)
Gets a mutable copy of the set of property values for the specified property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ManagedObjectDefinition<C,S> getManagedObjectDefinition()
public <T> java.util.SortedSet<T> getPropertyValues(PropertyDefinition<T> pd) throws java.lang.IllegalArgumentException
getPropertyValues
in interface PropertyProvider
T
- The type of the property to be retrieved.pd
- The property to be retrieved.
java.lang.IllegalArgumentException
- If the property definition is not associated with this
managed object's definition.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |