public static enum MBeanConstants.Application extends Enum<MBeanConstants.Application>
| Enum Constant and Description |
|---|
AUTOMATED_MAILER
The automated mailer.
|
CORRELATION
The correlation.
|
ESCALATION_CTE
The ESCALATIO n_ cte.
|
ESCALATION_FW
The escalation.
|
HQGCE_CLIENT
The hqgce client.
|
HYPERIC
The HYPERIC.
|
HYPERIC_ASSET_PROCESSOR
The hyperic asset processor.
|
HYPERIC_EVENT_SERVER
The hyperic event server.
|
HYPERIC_PERFORMANCE_PROCESSOR
The hyperic performance processor.
|
HYPERIC_PERFORMANCE_PROCESSOR_DIAGONASTICS
The hyperic performance processor diagonastics.
|
JVM
The JVM.
|
MAIL_TODO
The mail todo.
|
OPENNMS_ASSET_PROCESSOR
The open nms asset processor.
|
OPENNMS_EVENT_SERVER
The open nms event poller server.
|
OPERATING_SYSTEM
The OPERATIN g_ system.
|
PING
The ping.
|
PING_SERVER
The PIN g_ server.
|
RAPID_TRAP_PROCESSOR
The rapid trap processor.
|
RRD_PROCESSOR
The rrd processor.
|
SERVER
The server (placed here for the purpose of Application Monitor).
|
SLA
The sla.
|
THREADING
The THREADING.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name.
|
static MBeanConstants.Application |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MBeanConstants.Application[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MBeanConstants.Application HYPERIC
public static final MBeanConstants.Application HYPERIC_ASSET_PROCESSOR
public static final MBeanConstants.Application HYPERIC_PERFORMANCE_PROCESSOR
public static final MBeanConstants.Application HYPERIC_EVENT_SERVER
public static final MBeanConstants.Application HYPERIC_PERFORMANCE_PROCESSOR_DIAGONASTICS
public static final MBeanConstants.Application OPENNMS_ASSET_PROCESSOR
public static final MBeanConstants.Application RRD_PROCESSOR
public static final MBeanConstants.Application PING
public static final MBeanConstants.Application PING_SERVER
public static final MBeanConstants.Application CORRELATION
public static final MBeanConstants.Application SLA
public static final MBeanConstants.Application ESCALATION_FW
public static final MBeanConstants.Application ESCALATION_CTE
public static final MBeanConstants.Application HQGCE_CLIENT
public static final MBeanConstants.Application AUTOMATED_MAILER
public static final MBeanConstants.Application RAPID_TRAP_PROCESSOR
public static final MBeanConstants.Application MAIL_TODO
public static final MBeanConstants.Application OPENNMS_EVENT_SERVER
public static final MBeanConstants.Application JVM
public static final MBeanConstants.Application SERVER
public static final MBeanConstants.Application OPERATING_SYSTEM
public static final MBeanConstants.Application THREADING
public static MBeanConstants.Application[] values()
for (MBeanConstants.Application c : MBeanConstants.Application.values()) System.out.println(c);
public static MBeanConstants.Application 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 nullpublic String getName()
Copyright © 2016 utils4j. All Rights Reserved.