org.apache.qpid.utils
Class JMXConfiguration
java.lang.Object
org.apache.qpid.utils.JMXConfiguration
public class JMXConfiguration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMXConfiguration
public JMXConfiguration(Map map)
sethostname
public void sethostname(String hostname)
setport
public void setport(String port)
setinterval
public void setinterval(String interval)
setoutputpath
public void setoutputpath(String output)
gethostname
public String gethostname()
getport
public String getport()
getinterval
public String getinterval()
getoutputpath
public String getoutputpath()
loadoption
public CommandLineOption loadoption(String option,
Map options)
setreportfile
public void setreportfile(String reportfile)
isreportmode
public boolean isreportmode()
getreportfile
public String getreportfile()
optionchecker
public String optionchecker(String option_letter,
Map map)
checkoptionsetting
public boolean checkoptionsetting(String option_letter,
Map map)
setUsername
public void setUsername(String username)
getUsername
public String getUsername()
setPassword
public void setPassword(String password)
getPassword
public String getPassword()
Licensed to the Apache Software Foundation