|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExternalCommand
External command interface.
Field Summary | |
---|---|
static int |
STATE_CRITICAL
Nagios state critical. |
static int |
STATE_OK
Nagios state OK. |
static int |
STATE_UNKNOWN
Nagios state unknown. |
static int |
STATE_WARNING
Nagios state warning. |
Method Summary | |
---|---|
void |
writeCommand(Writer writer)
Write external command to writer. |
Field Detail |
---|
static final int STATE_OK
static final int STATE_WARNING
static final int STATE_CRITICAL
static final int STATE_UNKNOWN
Method Detail |
---|
void writeCommand(Writer writer) throws IOException
writer
- Writer.
IOException
- XX.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |