org.systinet.wasp.admin
Class BasicServerInfo

java.lang.Object
  extended byorg.systinet.wasp.admin.BasicServerInfo

public class BasicServerInfo
extends java.lang.Object

Basic server information.

Since:
4.0
Component:
Core-Services

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

version

public java.lang.String version
Server version.


remoteDebug

public boolean remoteDebug
Remote debug.


remoteDebugPort

public int remoteDebugPort
Remote debug port.


adminConsole

public boolean adminConsole
Admin console.


adminConsolePort

public int adminConsolePort
Admin console port.


adminConsoleURI

public java.lang.String adminConsoleURI
Admin console URI.

Constructor Detail

BasicServerInfo

public BasicServerInfo()
Default constructor.

Method Detail

toString

public java.lang.String toString()
Returns a string representation of this object.

Returns:
a string representation of the object.

toString

public java.lang.String toString(int firstIndent,
                                 int indent)
Returns a string representation of this object.

Parameters:
firstIndent - first indent of the result string.
indent - indent for sub-elements of the result string.