Package | Description |
---|---|
org.opends.server.admin |
Common administration classes.
|
org.opends.server.admin.client |
Common client-side administration classes.
|
org.opends.server.admin.client.spi |
Client side driver implementation interfaces.
|
org.opends.server.admin.server |
Server-side administration interface.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
Modifier and Type | Method and Description |
---|---|
protected OptionalRelationDefinition<C,S> |
OptionalRelationDefinition.Builder.buildInstance(RelationDefinition.Common<C,S> common)
Build a relation definition based on the properties of this
builder.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObjectPathSerializer.appendManagedObjectPathElement(OptionalRelationDefinition<? super C,? super S> r,
AbstractManagedObjectDefinition<C,S> d)
Append a managed object path element identified by an optional
relation.
|
<M extends ConfigurationClient,N extends Configuration> |
ManagedObjectPath.child(OptionalRelationDefinition<? super M,? super N> r,
AbstractManagedObjectDefinition<M,N> d)
Creates a new child managed object path beneath the provided
parent path having the specified managed object definition.
|
<M extends ConfigurationClient,N extends Configuration> |
ManagedObjectPath.child(OptionalRelationDefinition<M,N> r)
Creates a new child managed object path beneath the provided
parent path using the relation's child managed object definition.
|
<C extends ConfigurationClient,S extends Configuration> |
RelationDefinitionVisitor.visitOptional(OptionalRelationDefinition<C,S> rd,
P p)
Visit an optional relation definition.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
ManagedObject.createChild(OptionalRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
optional relation.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.deleteManagedObject(ManagedObjectPath<?,?> parent,
OptionalRelationDefinition<C,S> rd)
Deletes the optional child managed object from the named parent
managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(OptionalRelationDefinition<C,S> r)
Retrieves an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.hasChild(OptionalRelationDefinition<C,S> r)
Determines whether or not the optional managed object associated
with the specified optional relations exists.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.removeChild(OptionalRelationDefinition<C,S> r)
Removes an optional child managed object.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
AbstractManagedObject.createChild(OptionalRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
optional relation.
|
<C extends ConfigurationClient,S extends Configuration> |
Driver.deleteManagedObject(ManagedObjectPath<?,?> parent,
OptionalRelationDefinition<C,S> rd)
Deletes the optional child managed object from the named parent
managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(OptionalRelationDefinition<C,S> r)
Retrieves an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.hasChild(OptionalRelationDefinition<C,S> r)
Determines whether or not the optional managed object associated
with the specified optional relations exists.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.removeChild(OptionalRelationDefinition<C,S> r)
Removes an optional child managed object.
|
Modifier and Type | Method and Description |
---|---|
<M extends Configuration> |
ServerManagedObject.deregisterAddListener(OptionalRelationDefinition<?,M> d,
ConfigurationAddListener<M> listener)
Deregisters an existing configuration add listener.
|
<M extends Configuration> |
ServerManagedObject.deregisterAddListener(OptionalRelationDefinition<?,M> d,
ServerManagedObjectAddListener<M> listener)
Deregisters an existing server managed object add listener.
|
<M extends Configuration> |
ServerManagedObject.deregisterDeleteListener(OptionalRelationDefinition<?,M> d,
ConfigurationDeleteListener<M> listener)
Deregisters an existing configuration delete listener.
|
<M extends Configuration> |
ServerManagedObject.deregisterDeleteListener(OptionalRelationDefinition<?,M> d,
ServerManagedObjectDeleteListener<M> listener)
Deregisters an existing server managed object delete listener.
|
<M extends Configuration> |
ServerManagedObject.getChild(OptionalRelationDefinition<?,M> d)
Retrieve an optional child managed object.
|
boolean |
ServerManagedObject.hasChild(OptionalRelationDefinition<?,?> d)
Determines whether or not the optional managed object associated
with the specified optional relations exists.
|
<M extends Configuration> |
ServerManagedObject.registerAddListener(OptionalRelationDefinition<?,M> d,
ConfigurationAddListener<M> listener)
Register to be notified when a new child configurations is added
beneath an optional relation.
|
<M extends Configuration> |
ServerManagedObject.registerAddListener(OptionalRelationDefinition<?,M> d,
ServerManagedObjectAddListener<M> listener)
Register to be notified when a new child server managed object is
added beneath an optional relation.
|
<M extends Configuration> |
ServerManagedObject.registerDeleteListener(OptionalRelationDefinition<?,M> d,
ConfigurationDeleteListener<M> listener)
Register to be notified when an existing child configuration is
deleted beneath an optional relation.
|
<M extends Configuration> |
ServerManagedObject.registerDeleteListener(OptionalRelationDefinition<?,M> d,
ServerManagedObjectDeleteListener<M> listener)
Register to be notified when an existing child server managed
object is deleted beneath an optional relation.
|
Modifier and Type | Method and Description |
---|---|
OptionalRelationDefinition<ReplicationServerCfgClient,ReplicationServerCfg> |
ReplicationSynchronizationProviderCfgDefn.getReplicationServerRelationDefinition()
Get the "replication-server" relation definition.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.