public interface WatchdogManagementMBean
| Modifier and Type | Method and Description |
|---|---|
void |
activate(long id) |
void |
deactivate(long id) |
int |
getCountWatchDogs() |
String[] |
getWatchdogInfos() |
void |
restart() |
void |
restart(long id) |
String[] |
showWatchdogInfo(long id) |
String[][] |
showWatchdogInfos() |
void |
shutdown(long id) |
void |
stop() |
void |
stop(long id) |
Copyright © 2017. All rights reserved.