Package 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).

See:
          Description

Class Summary
ADSContext Class used to update and read the contents of the Administration Data.
ADSContextHelper This is the only class in the org.opends.admin.ads package that uses the classes from OpenDS.jar (in particular the administration client framework API).
ReplicaDescriptor The object of this class represent a Replica (i.e.
ServerDescriptor The object of this class represent an OpenDS server.
SubtreeDeleteControl This class implements the LDAP subtree delete control for JNDI.
SuffixDescriptor The object of this class represent a topology of replicas across servers that have the same suffix DN.
TopologyCache This class allows to read the configuration of the different servers that are registered in a given ADS server.
TopologyCacheFilter Class used to filter what we look for in the topology cache.
 

Enum Summary
ADSContext.AdministratorProperty The enumeration containing the different Administrator properties.
ADSContext.ADSPropertySyntax Enumeration containing the different server properties syntaxes that could be stored in the ADS.
ADSContext.ServerGroupProperty Enumeration containing the different server group properties that are stored in the ADS.
ADSContext.ServerProperty Enumeration containing the different server properties that are stored in the ADS.
ADSContextException.ErrorType The enumeration containing the different error types.
ServerDescriptor.ServerProperty Enumeration containing the different server properties that we can keep in the ServerProperty object.
TopologyCacheException.Type Error type.
 

Exception Summary
ADSContextException This is the exception that is thrown in ADSContext.
TopologyCacheException This class represents the Exception that can occur while reading server configuration through the TopologyCache class.
 

Package org.opends.admin.ads Description

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). These includes objects that are used to represent the server and its configuration (org.opends.admin.ads.ServerDescriptor, org.opends.admin.ads.ReplicaDescriptor, etc.) and classes used to retrieve the information (like org.opends.admin.ads.ADSContext).