Class horb.orb.ServerStatus
All Packages Class Hierarchy This Package Previous Next Index
Class horb.orb.ServerStatus
java.lang.Object
|
+----horb.orb.ServerStatus
- public class ServerStatus
- extends Object
- implements Cloneable
-
currentTime
- current time on the server system.
-
debug
- debugging condition.
-
hostnameLookup
- true if hostname lookup.
-
IOCI_major_version
- major version of IOCI
-
IOCI_minor_version
- minor version of IOCI
-
IOCIClassName
- system's IOCI class.
-
lastUsedTime
- time when last connection was made.
-
logFile
- log file.
-
logging
- logging condition.
-
major_version
- major version of the HORB System
-
minor_version
- minor version of the HORB System
-
name
- name of this server
-
numObject
- number of object the server has now.
-
numThread
- number of threads (client connections) the server has now.
-
port
- port number the server serves.
-
startTime
- time when this server was born.
-
versionCheck
- true if check versions between proxy class and skeleton class
-
ServerStatus()
-
-
get()
-
-
list(PrintStream)
-
name
public String name
- name of this server
major_version
public short major_version
- major version of the HORB System
minor_version
public short minor_version
- minor version of the HORB System
IOCIClassName
public String IOCIClassName
- system's IOCI class. Usually "horb.orb.BasicIOCI".
IOCI_major_version
public short IOCI_major_version
- major version of IOCI
IOCI_minor_version
public short IOCI_minor_version
- minor version of IOCI
port
public int port
- port number the server serves.
hostnameLookup
public boolean hostnameLookup
- true if hostname lookup. but network address reverse resolution takes
time. default true.
debug
public boolean debug
- debugging condition.
logging
public boolean logging
- logging condition.
versionCheck
public boolean versionCheck
- true if check versions between proxy class and skeleton class
logFile
public String logFile
- log file.
numObject
public int numObject
- number of object the server has now.
numThread
public int numThread
- number of threads (client connections) the server has now.
startTime
public long startTime
- time when this server was born. System.currentTimeMillis() format.
lastUsedTime
public long lastUsedTime
- time when last connection was made. System.currentTimeMillis() format.
currentTime
public long currentTime
- current time on the server system. System.currentTimeMillis() format.
ServerStatus
public ServerStatus()
get
public synchronized ServerStatus get()
list
public void list(PrintStream ps)
All Packages Class Hierarchy This Package Previous Next Index