Package | Description |
---|---|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
Modifier and Type | Method and Description |
---|---|
BackendDescriptor |
BaseDNDescriptor.getBackend()
Returns the backend where this base DN is defined.
|
BackendDescriptor |
AbstractIndexDescriptor.getBackend()
Returns the backend where the index is defined.
|
Modifier and Type | Method and Description |
---|---|
Set<BackendDescriptor> |
ServerDescriptor.getBackends()
Returns the backend descriptors of the server.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseDNDescriptor.setBackend(BackendDescriptor backend)
Sets the backend of this base DN.
|
void |
AbstractIndexDescriptor.setBackend(BackendDescriptor backend)
Sets which is the backend where the index is defined.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerDescriptor.setBackends(Set<BackendDescriptor> backends)
Sets the backend descriptors of the server.
|
Constructor and Description |
---|
BaseDNDescriptor(BaseDNDescriptor.Type type,
Dn baseDn,
BackendDescriptor backend,
int nEntries,
long ageOfOldestMissingChange,
int missingChanges)
Constructor for this class.
|
Modifier and Type | Field and Description |
---|---|
protected Set<BackendDescriptor> |
ConfigReader.backends
The set of backend descriptors.
|
Modifier and Type | Method and Description |
---|---|
Set<BackendDescriptor> |
ConfigReader.getBackends()
Returns the backend descriptors found in the config.ldif.
|
Copyright 2010-2018 ForgeRock AS.