org.csc.phynixx.watchdog.jmx
Class WatchdogManagement
java.lang.Object
org.csc.phynixx.watchdog.jmx.WatchdogManagement
- All Implemented Interfaces:
- WatchdogManagementMBean
public class WatchdogManagement
- extends Object
- implements WatchdogManagementMBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WatchdogManagement
public WatchdogManagement()
getCountWatchDogs
public int getCountWatchDogs()
throws Exception
- Specified by:
getCountWatchDogs
in interface WatchdogManagementMBean
- Throws:
Exception
restart
public void restart()
throws Exception
- Specified by:
restart
in interface WatchdogManagementMBean
- Throws:
Exception
stop
public void stop()
throws Exception
- Specified by:
stop
in interface WatchdogManagementMBean
- Throws:
Exception
getWatchdogInfos
public String[] getWatchdogInfos()
throws Exception
- Specified by:
getWatchdogInfos
in interface WatchdogManagementMBean
- Throws:
Exception
showWatchdogInfos
public String[][] showWatchdogInfos()
- Specified by:
showWatchdogInfos
in interface WatchdogManagementMBean
showWatchdogInfo
public String[] showWatchdogInfo(long id)
throws Exception
- Specified by:
showWatchdogInfo
in interface WatchdogManagementMBean
- Throws:
Exception
restart
public void restart(long id)
throws Exception
- Specified by:
restart
in interface WatchdogManagementMBean
- Throws:
Exception
stop
public void stop(long id)
throws Exception
- Specified by:
stop
in interface WatchdogManagementMBean
- Throws:
Exception
shutdown
public void shutdown(long id)
throws Exception
- Specified by:
shutdown
in interface WatchdogManagementMBean
- Throws:
Exception
activate
public void activate(long id)
throws Exception
- Specified by:
activate
in interface WatchdogManagementMBean
- Throws:
Exception
deactivate
public void deactivate(long id)
throws Exception
- Specified by:
deactivate
in interface WatchdogManagementMBean
- Throws:
Exception
Copyright © 2015. All rights reserved.