Package com.zeroc.IceGrid
Class ServerDynamicInfo
java.lang.Object
com.zeroc.IceGrid.ServerDynamicInfo
- All Implemented Interfaces:
Serializable,Cloneable
Dynamic information about the state of a server.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()static ServerDynamicInfoice_read(InputStream istr) static Optional<ServerDynamicInfo>ice_read(InputStream istr, int tag) voidice_readMembers(InputStream istr) static voidice_write(OutputStream ostr, int tag, ServerDynamicInfo v) static voidice_write(OutputStream ostr, int tag, Optional<ServerDynamicInfo> v) static voidice_write(OutputStream ostr, ServerDynamicInfo v) voidice_writeMembers(OutputStream ostr)
-
Field Details
-
id
The id of the server. -
state
The state of the server. -
pid
public int pidThe process id of the server. -
enabled
public boolean enabledIndicates whether the server is enabled.
-
-
Constructor Details
-
ServerDynamicInfo
public ServerDynamicInfo() -
ServerDynamicInfo
-
-
Method Details