|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systinet.wasp.admin.BasicServerInfo
Basic server information.
Field Summary | |
boolean |
adminConsole
Admin console. |
int |
adminConsolePort
Admin console port. |
java.lang.String |
adminConsoleURI
Admin console URI. |
boolean |
remoteDebug
Remote debug. |
int |
remoteDebugPort
Remote debug port. |
java.lang.String |
version
Server version. |
Constructor Summary | |
BasicServerInfo()
Default constructor. |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this object. |
java.lang.String |
toString(int firstIndent,
int indent)
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String version
public boolean remoteDebug
public int remoteDebugPort
public boolean adminConsole
public int adminConsolePort
public java.lang.String adminConsoleURI
Constructor Detail |
public BasicServerInfo()
Method Detail |
public java.lang.String toString()
public java.lang.String toString(int firstIndent, int indent)
firstIndent
- first indent of the result string.indent
- indent for sub-elements of the result string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |