| | |
| | | */ |
| | | package org.opends.guitools.controlpanel.ui; |
| | | |
| | | import static org.opends.guitools.controlpanel.ui.ControlCenterMainPane.*; |
| | | import static org.opends.messages.AdminToolMessages.*; |
| | | |
| | | import java.awt.CardLayout; |
| | | import java.awt.Color; |
| | | import java.awt.Component; |
| | |
| | | import org.opends.server.util.ServerConstants; |
| | | import org.opends.server.util.StaticUtils; |
| | | |
| | | import static org.opends.guitools.controlpanel.ui.ControlCenterMainPane.*; |
| | | import static org.opends.messages.AdminToolMessages.*; |
| | | |
| | | /** |
| | | * An abstract class that contains a number of methods that are shared by all |
| | | * the inheriting classes. In general a StatusGenericPanel is contained in a |
| | |
| | | Set<String> dns = new HashSet<>(); |
| | | for (BackendDescriptor backend : desc.getBackends()) |
| | | { |
| | | if (backend.getType() == BackendDescriptor.Type.LOCAL_DB |
| | | || backend.getType() == BackendDescriptor.Type.PLUGGABLE) |
| | | if (backend.getType() == BackendDescriptor.Type.PLUGGABLE) |
| | | { |
| | | for (BaseDNDescriptor baseDN : backend.getBaseDns()) |
| | | { |