|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.utils.jmx.JmxParamOptions
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 |
|
| Field Detail |
int snmpPort
int htmlPort
int rmiPort
int corbaPort
int httpPort
int tl1Port
int debugLevel
boolean authentication
| Constructor Detail |
public JmxParamOptions(java.lang.String[] args)
cmdLine - arguements| Method Detail |
public int getSnmpPort()
public int getHtmlPort()
public int getRmiPort()
public int getCorbaPort()
public int getHttpPort()
public boolean getHttpAuthentication()
public int getTL1Port()
public int getDebugLevel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||