| Package | Description |
|---|---|
| gov.aps.jca |
| Modifier and Type | Field and Description |
|---|---|
static CASeverity |
CASeverity.ERROR
Failed-continue.
|
static CASeverity |
CASeverity.FATAL
fatal.
|
static CASeverity |
CASeverity.INFO
Successful.
|
static CASeverity |
CASeverity.SEVERE
failed-quit.
|
static CASeverity |
CASeverity.SUCCESS
Successful.
|
static CASeverity |
CASeverity.WARNING
Unsuccessful.
|
| Modifier and Type | Method and Description |
|---|---|
static CASeverity |
CASeverity.forName(String name)
Return the CASeverity corresponding to specific name.
|
static CASeverity |
CASeverity.forValue(int value)
Return the CASeverity corresponding to specific numerical value.
|
CASeverity |
CAStatus.getSeverity() |
| Constructor and Description |
|---|
CAStatus(String name,
int value,
CASeverity severity,
String msg)
Creates a new instance of CAStatus
|
Copyright © 2004-2020 EPICS. All Rights Reserved.