|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.utils.tl1.TL1ParamOptions
public class TL1ParamOptions
This class is for parsing the specified options for TL1 Agent.
| Field Summary | |
|---|---|
(package private) boolean |
authentication
|
(package private) int |
debugLevel
|
(package private) int |
tl1Port
|
| Constructor Summary | |
|---|---|
TL1ParamOptions()
No arg constructor. |
|
TL1ParamOptions(java.lang.String[] args)
Constructor for TL1ParamOptions |
|
| Method Summary | |
|---|---|
boolean |
getAuthentication()
|
int |
getDebugLevel()
|
int |
getTL1Port()
Returns the TL1 port. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int tl1Port
int debugLevel
boolean authentication
| Constructor Detail |
|---|
public TL1ParamOptions()
public TL1ParamOptions(java.lang.String[] args)
cmdLine - arguments| Method Detail |
|---|
public int getTL1Port()
public int getDebugLevel()
public boolean getAuthentication()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||