org.csc.phynixx.watchdog.jmx
Interface WatchdogManagementMBean

All Known Implementing Classes:
WatchdogManagement

public interface WatchdogManagementMBean


Method Summary
 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)
           
 

Method Detail

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.