| org.objectweb.jonas.management.monitoring.DomainMonitorMBean
All known Subclasses: org.objectweb.jonas.management.monitoring.DomainMonitor,
DomainMonitorMBean | public interface DomainMonitorMBean (Code) | | Implements MBean interface for domain monitoring
author: Adriana Danes |
forgetAllDeploy | void forgetAllDeploy()(Code) | | Forget all deploy information
|
getClusters | String[] getClusters()(Code) | | Array of OBJECT_NAMEs of all cluster MBeans |
getDeployServers | String[] getDeployServers(String filename)(Code) | | Get the list of server where a file is being deployed
Parameters: filename - file to deploy server name |
getDeployState | String getDeployState(String filename, String servername)(Code) | | Get the current state (string form) of deployment operation
Parameters: filename - file to deploy Parameters: servername - server where deployment is done one of "progress","ok","fail" |
getErrorMessage | String getErrorMessage(String filename, String servername)(Code) | | Get the error message associated to the error state
Parameters: filename - file to deploy Parameters: servername - server where deployment is done error message |
getMonitoringPeriod | int getMonitoringPeriod()(Code) | | the monitoring period in sec |
getProxys | String[] getProxys()(Code) | | Array of OBJECT_NAMEs of all ServerProxy MBeans |
setMonitoringPeriod | void setMonitoringPeriod(int sec)(Code) | | Parameters: sec - monitoring period |
|
|