public class WatchdogManagement extends Object implements WatchdogManagementMBean
| Constructor and Description |
|---|
WatchdogManagement() |
| 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) |
public int getCountWatchDogs()
throws Exception
getCountWatchDogs in interface WatchdogManagementMBeanExceptionpublic void restart()
throws Exception
restart in interface WatchdogManagementMBeanExceptionpublic void stop()
throws Exception
stop in interface WatchdogManagementMBeanExceptionpublic String[] getWatchdogInfos() throws Exception
getWatchdogInfos in interface WatchdogManagementMBeanExceptionpublic String[][] showWatchdogInfos()
showWatchdogInfos in interface WatchdogManagementMBeanpublic String[] showWatchdogInfo(long id) throws Exception
showWatchdogInfo in interface WatchdogManagementMBeanExceptionpublic void restart(long id)
throws Exception
restart in interface WatchdogManagementMBeanExceptionpublic void stop(long id)
throws Exception
stop in interface WatchdogManagementMBeanExceptionpublic void shutdown(long id)
throws Exception
shutdown in interface WatchdogManagementMBeanExceptionpublic void activate(long id)
throws Exception
activate in interface WatchdogManagementMBeanExceptionpublic void deactivate(long id)
throws Exception
deactivate in interface WatchdogManagementMBeanExceptionCopyright © 2017. All rights reserved.