Package | Description |
---|---|
org.opends.admin.ads |
Defines the different classes that are you used to have a read-only
view of the configuration of the servers that are registered in the
Administration Directory Server (ADS).
|
Modifier and Type | Method and Description |
---|---|
Set<ReplicaDescriptor> |
ServerDescriptor.getReplicas()
Returns the replicas contained on the server.
|
Set<ReplicaDescriptor> |
SuffixDescriptor.getReplicas()
Returns the replicas associated with this SuffixDescriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerDescriptor.setReplicas(Set<ReplicaDescriptor> replicas)
Sets the replicas contained on the server.
|
void |
SuffixDescriptor.setReplicas(Set<ReplicaDescriptor> replicas)
Sets the replicas associated with this SuffixDescriptor.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.