org.csc.phynixx.watchdog.jmx
Interface WatchdogManagementMBean
- All Known Implementing Classes:
- WatchdogManagement
public interface WatchdogManagementMBean
getCountWatchDogs
int getCountWatchDogs()
throws Exception
- Throws:
Exception
restart
void restart()
throws Exception
- Throws:
Exception
stop
void stop()
throws Exception
- Throws:
Exception
getWatchdogInfos
String[] getWatchdogInfos()
throws Exception
- Throws:
Exception
showWatchdogInfos
String[][] showWatchdogInfos()
throws Exception
- Throws:
Exception
showWatchdogInfo
String[] showWatchdogInfo(long id)
throws Exception
- Throws:
Exception
restart
void restart(long id)
throws Exception
- Throws:
Exception
stop
void stop(long id)
throws Exception
- Throws:
Exception
shutdown
void shutdown(long id)
throws Exception
- Throws:
Exception
activate
void activate(long id)
throws Exception
- Throws:
Exception
deactivate
void deactivate(long id)
throws Exception
- Throws:
Exception
Copyright © 2015. All rights reserved.