protected static enum BrowseGeneralMonitoringPanel.NodeType extends Enum<BrowseGeneralMonitoringPanel.NodeType>
Enum Constant and Description |
---|
DB_ENVIRONMENT
Database environment node.
|
ENTRY_CACHES
Entry caches node.
|
JAVA_INFORMATION
Java information node.
|
ROOT
Root node.
|
SYSTEM_INFORMATION
System information node.
|
WORK_QUEUE
Work queue node.
|
Modifier and Type | Method and Description |
---|---|
static BrowseGeneralMonitoringPanel.NodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowseGeneralMonitoringPanel.NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowseGeneralMonitoringPanel.NodeType ROOT
public static final BrowseGeneralMonitoringPanel.NodeType SYSTEM_INFORMATION
public static final BrowseGeneralMonitoringPanel.NodeType JAVA_INFORMATION
public static final BrowseGeneralMonitoringPanel.NodeType WORK_QUEUE
public static final BrowseGeneralMonitoringPanel.NodeType ENTRY_CACHES
public static final BrowseGeneralMonitoringPanel.NodeType DB_ENVIRONMENT
public static BrowseGeneralMonitoringPanel.NodeType[] values()
for (BrowseGeneralMonitoringPanel.NodeType c : BrowseGeneralMonitoringPanel.NodeType.values()) System.out.println(c);
public static BrowseGeneralMonitoringPanel.NodeType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.