| java.lang.Object org.objectweb.jonas.management.monitoring.JMXProxy org.objectweb.jonas.management.monitoring.ClusterDaemonProxy
ClusterDaemonProxy | public class ClusterDaemonProxy extends JMXProxy implements ClusterDaemonProxyMBean(Code) | | ClusterDaemon proxy
It is created when a new element has been found in domain.xml
It holds all the necessary information to go to the ClusterDaemon
author: durieuxp |
ClusterDaemonProxy | public ClusterDaemonProxy(DomainMonitor dm, String name, Collection urls)(Code) | | Constructor.
This is called when a ClusterDaemon element has been found in domain.xml.
Parameters: dm - the DomainMonitor object reference Parameters: name - cluster daemon name Parameters: urls - possible urls that can be used for connection with the CD |
checkit | public void checkit()(Code) | | Check the MBean server connection and possibly change state
|
startAllServers | public void startAllServers(String otherParams)(Code) | | |
startServer | public boolean startServer(String serverName, String otherParams)(Code) | | Start a Remote JOnAS Server
Parameters: serverName - Name of the jonas server Parameters: otherParams - additional parameters to start a server via the ClusterDaemon true if operation succeded |
stopAllServers | public void stopAllServers(String otherParams)(Code) | | |
stopServer | public boolean stopServer(String serverName, String otherParams)(Code) | | Stop a Remote JOnAS Server
Parameters: serverName - Name of the jonas server Parameters: otherParams - additional parameters that could be used to stop the server true if operation succeded |
|
|