com.openexchange.admin.tools.monitoring
Class MonitorAgent

java.lang.Object
  extended by com.openexchange.admin.tools.monitoring.MonitorAgent

public class MonitorAgent
extends java.lang.Object

Author:
cutmasta

Constructor Summary
MonitorAgent(int jmx_port, java.net.InetAddress bindAddress)
           
 
Method Summary
 java.net.InetAddress getBindAddr()
           
 void setBindAddr(java.net.InetAddress bindAddr)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorAgent

public MonitorAgent(int jmx_port,
                    java.net.InetAddress bindAddress)
Method Detail

start

public void start()

stop

public void stop()

getBindAddr

public java.net.InetAddress getBindAddr()
Returns:
the bindAddr

setBindAddr

public void setBindAddr(java.net.InetAddress bindAddr)
Parameters:
bindAddr - the bindAddr to set