Package | Description |
---|---|
com.caucho.management.server |
Modifier and Type | Method and Description |
---|---|
static HealthEventLog.HealthEventLogType |
HealthEventLog.HealthEventLogType.fromTypeName(java.lang.String name) |
HealthEventLog.HealthEventLogType |
HealthEventLog.getType() |
static HealthEventLog.HealthEventLogType |
HealthEventLog.HealthEventLogType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HealthEventLog.HealthEventLogType[] |
HealthEventLog.HealthEventLogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HealthEventLog.setType(HealthEventLog.HealthEventLogType type) |
Constructor and Description |
---|
HealthEventLog(HealthEventLog.HealthEventLogType type) |