com.adventnet.utils.jmx
Class JmxParamOptions

java.lang.Object
  |
  +--com.adventnet.utils.jmx.JmxParamOptions

public class JmxParamOptions
extends java.lang.Object

This class is for parsing the specified options for jmx agent.


Field Summary
(package private)  boolean authentication
           
(package private)  int corbaPort
           
(package private)  int debugLevel
           
(package private)  int htmlPort
           
(package private)  int httpPort
           
(package private)  int rmiPort
           
(package private)  int snmpPort
           
(package private)  int tl1Port
           
 
Constructor Summary
JmxParamOptions(java.lang.String[] args)
          constructor for JmxParamOptions
 
Method Summary
 int getCorbaPort()
          Returns the CORBA port for JMX server
 int getDebugLevel()
          Returns the Debug Level
 int getHtmlPort()
          Returns the HTML port for JMX server
 boolean getHttpAuthentication()
          States http authentication is enabled or not.
 int getHttpPort()
          Returns the HTTP port for JMX server
 int getRmiPort()
          Returns the RMI port for JMX server
 int getSnmpPort()
          Returns the SNMP port for JMX server
 int getTL1Port()
          Returns the TL1 port for JMX server
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

snmpPort

int snmpPort

htmlPort

int htmlPort

rmiPort

int rmiPort

corbaPort

int corbaPort

httpPort

int httpPort

tl1Port

int tl1Port

debugLevel

int debugLevel

authentication

boolean authentication
Constructor Detail

JmxParamOptions

public JmxParamOptions(java.lang.String[] args)
constructor for JmxParamOptions
Parameters:
cmdLine - arguements
Method Detail

getSnmpPort

public int getSnmpPort()
Returns the SNMP port for JMX server

getHtmlPort

public int getHtmlPort()
Returns the HTML port for JMX server

getRmiPort

public int getRmiPort()
Returns the RMI port for JMX server

getCorbaPort

public int getCorbaPort()
Returns the CORBA port for JMX server

getHttpPort

public int getHttpPort()
Returns the HTTP port for JMX server

getHttpAuthentication

public boolean getHttpAuthentication()
States http authentication is enabled or not.

getTL1Port

public int getTL1Port()
Returns the TL1 port for JMX server

getDebugLevel

public int getDebugLevel()
Returns the Debug Level