org.apache.qpid.utils
Class JMXConfiguration

java.lang.Object
  extended by org.apache.qpid.utils.JMXConfiguration

public class JMXConfiguration
extends Object


Constructor Summary
JMXConfiguration(Map map)
           
 
Method Summary
 boolean checkoptionsetting(String option_letter, Map map)
           
 String gethostname()
           
 String getinterval()
           
 String getoutputpath()
           
 String getPassword()
           
 String getport()
           
 String getreportfile()
           
 String getUsername()
           
 boolean isreportmode()
           
 CommandLineOption loadoption(String option, Map options)
           
 String optionchecker(String option_letter, Map map)
           
 void sethostname(String hostname)
           
 void setinterval(String interval)
           
 void setoutputpath(String output)
           
 void setPassword(String password)
           
 void setport(String port)
           
 void setreportfile(String reportfile)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXConfiguration

public JMXConfiguration(Map map)
Method Detail

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