| Package | Description |
|---|---|
| org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
| org.opends.guitools.controlpanel.task |
Defines the main classes that are you used to perform the administrative
operations: start the server, modify an entry, delete a base DN, etc.
|
| Modifier and Type | Method and Description |
|---|---|
SortedSet<BaseDNDescriptor> |
BackendDescriptor.getBaseDns()
Returns the Base DN objects associated with the backend.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BaseDNTableModel.compare(BaseDNDescriptor desc1,
BaseDNDescriptor desc2)
Comparable implementation.
|
int |
BaseDNDescriptor.compareTo(BaseDNDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDNTableModel.setData(Set<BaseDNDescriptor> newData,
ServerDescriptor.ServerStatus status,
boolean isAuthenticated)
Sets the data for this table model.
|
| Constructor and Description |
|---|
BackendDescriptor(String backendID,
Set<BaseDNDescriptor> baseDns,
Set<IndexDescriptor> indexes,
Set<VLVIndexDescriptor> vlvIndexes,
int entries,
boolean isEnabled,
BackendDescriptor.Type type)
Constructor for this class.
|
| Constructor and Description |
|---|
DeleteBaseDNAndBackendTask(ControlPanelInfo info,
ProgressDialog dlg,
Collection<BackendDescriptor> backendsToDelete,
Collection<BaseDNDescriptor> baseDNsToDelete)
Constructor of the task.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.