Package | Description |
---|---|
org.opends.guitools.controlpanel.browser |
Defines the main classes that are you used by the entry browser of the
Control Panel.
|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
org.opends.guitools.controlpanel.event |
Defines some of the events and listeners 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.
|
org.opends.guitools.controlpanel.ui |
Contains the panels and dialogs displayed in the Control Panel.
|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
BrowserController.getHasSubOrdinates(CustomSearchResult entry)
Returns whether the entry has subordinates or not.
|
Modifier and Type | Method and Description |
---|---|
CustomSearchResult |
CustomSearchResult.duplicate()
Return a new object, copy of the current object.
|
CustomSearchResult |
ServerDescriptor.getEntryCachesMonitor()
Returns the monitoring entry for the entry caches.
|
CustomSearchResult |
ServerDescriptor.getJvmMemoryUsageMonitor()
Returns the monitoring entry for the JVM memory usage.
|
CustomSearchResult |
BackendDescriptor.getMonitoringEntry()
Returns the monitoring entry information.
|
protected CustomSearchResult |
ConnectionHandlersMonitoringTableModel.getMonitoringEntry(org.opends.guitools.controlpanel.datamodel.AddressConnectionHandlerDescriptor ach)
Returns the monitoring entry associated with the provided object.
|
protected CustomSearchResult |
DatabaseMonitoringTableModel.getMonitoringEntry(BackendDescriptor backend)
Returns the monitoring entry associated with the provided backend.
|
CustomSearchResult |
ServerDescriptor.getRootMonitor()
Returns the root entry of the monitoring tree.
|
CustomSearchResult |
ServerDescriptor.getSystemInformationMonitor()
Returns the monitoring entry for the system information.
|
CustomSearchResult |
ServerDescriptor.getWorkQueueMonitor()
Returns the monitoring entry for the work queue.
|
Modifier and Type | Method and Description |
---|---|
Set<CustomSearchResult> |
ConnectionHandlerDescriptor.getMonitoringEntries()
Returns the monitoring entries.
|
Modifier and Type | Method and Description |
---|---|
int |
CustomSearchResult.compareTo(CustomSearchResult o) |
void |
ServerDescriptor.setEntryCachesMonitor(CustomSearchResult entryCaches)
Sets the monitoring entry for the entry caches.
|
void |
ServerDescriptor.setJvmMemoryUsageMonitor(CustomSearchResult jvmMemoryUsage)
Sets the monitoring entry for the JVM memory usage.
|
void |
BackendDescriptor.setMonitoringEntry(CustomSearchResult monitoringEntry)
Sets the monitoring entry corresponding to this backend.
|
void |
ServerDescriptor.setRootMonitor(CustomSearchResult rootMonitor)
Sets the root entry of the monitoring tree.
|
void |
ServerDescriptor.setSystemInformationMonitor(CustomSearchResult systemInformation)
Sets the monitoring entry for the system information.
|
void |
ServerDescriptor.setWorkQueueMonitor(CustomSearchResult workQueue)
Sets the monitoring entry of the work queue.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionHandlerDescriptor.setMonitoringEntries(Set<CustomSearchResult> monitoringEntries)
Sets the monitoring entries.
|
Constructor and Description |
---|
ConnectionHandlerDescriptor(Collection<InetAddress> addresses,
int port,
ConnectionHandlerDescriptor.Protocol protocol,
ConnectionHandlerDescriptor.State state,
String name,
Set<CustomSearchResult> monitoringEntries)
Constructor for the connection handler..
|
Modifier and Type | Method and Description |
---|---|
CustomSearchResult |
EntryReadEvent.getSearchResult()
Returns the search result containing the entry that was read.
|
Constructor and Description |
---|
EntryReadEvent(Object source,
CustomSearchResult sr)
The event constructor.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<ModificationItem> |
ModifyEntryTask.getModifications(Entry newEntry,
CustomSearchResult oldEntry,
ControlPanelInfo info)
Gets the modifications to apply between two entries.
|
Constructor and Description |
---|
ModifyEntryTask(ControlPanelInfo info,
ProgressDialog dlg,
Entry newEntry,
CustomSearchResult oldEntry,
BrowserController controller,
TreePath path)
Constructor of the task.
|
Modifier and Type | Method and Description |
---|---|
static Entry |
ManageTasksPanel.getEntry(CustomSearchResult csr)
Gets the Entry object equivalent to the provided CustomSearchResult.
|
static String |
StatusGenericPanel.getMonitoringValue(MonitoringAttributes attr,
CustomSearchResult monitoringEntry)
Returns the monitoring value in a String form to be displayed to the user.
|
protected void |
ViewEntryPanel.setValues(CustomSearchResult sr,
String attrName)
Sets the values displayed in the panel for a given attribute in the
provided search result.
|
void |
LDIFViewEntryPanel.update(CustomSearchResult sr,
boolean isReadOnly,
TreePath path)
Updates the contents of the panel.
|
void |
TableViewEntryPanel.update(CustomSearchResult sr,
boolean isReadOnly,
TreePath path)
Updates the contents of the panel.
|
abstract void |
ViewEntryPanel.update(CustomSearchResult sr,
boolean isReadOnly,
TreePath path)
Updates the contents of the panel.
|
void |
SimplifiedViewEntryPanel.update(CustomSearchResult sr,
boolean isReadOnly,
TreePath path)
Updates the contents of the panel.
|
protected void |
StatusGenericPanel.updateMonitoringInfo(List<MonitoringAttributes> monitoringAttrs,
List<JLabel> monitoringLabels,
CustomSearchResult monitoringEntry)
Updates the monitoring information writing it to a list of labels.
|
protected void |
ViewEntryPanel.updateTitle(CustomSearchResult sr,
TreePath path)
Updates the title panel with the provided entry.
|
Modifier and Type | Method and Description |
---|---|
CustomSearchResult |
ConfigFromDirContext.getEntryCaches()
Returns the monitoring entry for the entry caches.
|
CustomSearchResult |
ConfigFromDirContext.getJvmMemoryUsage()
Returns the monitoring entry for the JVM memory usage.
|
CustomSearchResult |
ConfigFromDirContext.getRootMonitor()
Returns the root entry of the monitoring tree.
|
CustomSearchResult |
ConfigFromDirContext.getSystemInformation()
Returns the monitoring entry for the system information.
|
CustomSearchResult |
ConfigFromDirContext.getVersionMonitor()
Returns the version entry of the monitoring tree.
|
CustomSearchResult |
ConfigFromDirContext.getWorkQueue()
Returns the monitoring entry for the work queue.
|
CustomSearchResult |
LDAPEntryReader.processBackgroundTask()
Performs all processing associated with the task.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPEntryReader.backgroundTaskCompleted(CustomSearchResult sr,
Throwable throwable)
This method will be invoked to indicate that the background task has
completed.
|
static void |
Utilities.computeMonitoringPossibleResults(CustomSearchResult monitor1,
CustomSearchResult monitor2,
ArrayList<Integer> possibleResults,
Collection<String> attrNames)
Computes the possible comparison results for monitoring information.
|
static String |
Utilities.getFirstValueAsString(CustomSearchResult sr,
String attrName)
Returns the first value as a String for a given attribute in the provided
entry.
|
static String |
Utilities.getMonitoringValue(MonitoringAttributes attr,
CustomSearchResult monitoringEntry)
Returns the monitoring value in a String form to be displayed to the user.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.