|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interfaccia per la gestione di un demone generico.
DaemonExplorerItem
Field Summary | |
static int |
ERROR
Demone in condizione di errore. |
static int |
OFF
Demone disattivo. |
static int |
ON
Demone attivo. |
Method Summary | |
int |
getStatus()
Restutuisce lo stato del demone. |
void |
start()
Avvio del demone. |
void |
stop()
Arresto del demone. |
Field Detail |
public static final int ON
public static final int OFF
public static final int ERROR
Method Detail |
public void start() throws java.lang.Exception
public void stop() throws java.lang.Exception
public int getStatus()
ON
, OFF
ed ERROR
. Se necessario le classi che implementano l'interfaccia ne aggiungeranno altri.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |