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).
|
org.opends.admin.ads.util |
Defines a set of auxiliary classes and utilities that are used to retrieve the configuration of the servers that are
registered in the Administration Directory Server (ADS).
|
Modifier and Type | Method and Description |
---|---|
static ServerDescriptor |
ServerDescriptor.createStandalone(ConnectionWrapper connWrapper,
TopologyCacheFilter filter)
Creates a ServerDescriptor object based on the configuration that we read using the provided connection.
|
static ServerDescriptor |
ServerDescriptor.createStandalone(Map<ADSContext.ServerProperty,Object> adsProperties)
Creates a ServerDescriptor object based on some ADS properties provided.
|
ServerDescriptor |
ReplicaDescriptor.getServer()
Returns the ServerDescriptor object associated with the server where this replica is located.
|
Modifier and Type | Method and Description |
---|---|
Set<ServerDescriptor> |
TopologyCache.getServers()
Returns a Set containing all the servers that are registered in the ADS.
|
Modifier and Type | Method and Description |
---|---|
int |
ServerDescriptor.compareTo(ServerDescriptor o) |
static boolean |
ADSContext.isRegistered(ServerDescriptor server,
Set<Map<ADSContext.ServerProperty,Object>> registry)
Tells whether the provided server is registered in the registry.
|
boolean |
ServerDescriptor.isSameServer(ServerDescriptor server)
Tells whether the provided server descriptor represents the same server as this object.
|
void |
ADSContext.registerServer(ServerDescriptor serverDesc)
Method called to register a server in the ADS.
|
void |
ReplicaDescriptor.setServer(ServerDescriptor server)
Sets the server where this replica is located.
|
void |
ADSContext.unregisterServer(ServerDescriptor serverDesc)
Unregisters a server in the ADS.
|
Modifier and Type | Method and Description |
---|---|
static String |
ServerDescriptor.getSuffixDisplay(Dn baseDN,
Set<ServerDescriptor> servers)
Returns a representation of a base DN for a set of servers.
|
Modifier and Type | Method and Description |
---|---|
ServerDescriptor |
ServerLoader.getServerDescriptor()
Returns the ServerDescriptor that could be retrieved.
|
Copyright 2010-2018 ForgeRock AS.