Package com.zeroc.IceGrid
Class ServerInfo
java.lang.Object
com.zeroc.IceGrid.ServerInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Information about a server managed by an IceGrid node.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe server application.The server descriptor.The server node.int
The application revision.The id of the session which allocated the server.The application uuid. -
Constructor Summary
ConstructorsConstructorDescriptionServerInfo
(String application, String uuid, int revision, String node, ServerDescriptor descriptor, String sessionId) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static ServerInfo
ice_read
(InputStream istr) static Optional<ServerInfo>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, ServerInfo v) static void
ice_write
(OutputStream ostr, int tag, Optional<ServerInfo> v) static void
ice_write
(OutputStream ostr, ServerInfo v) void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
application
The server application. -
uuid
The application uuid. -
revision
public int revisionThe application revision. -
node
The server node. -
descriptor
The server descriptor. -
sessionId
The id of the session which allocated the server.
-
-
Constructor Details
-
ServerInfo
public ServerInfo() -
ServerInfo
public ServerInfo(String application, String uuid, int revision, String node, ServerDescriptor descriptor, String sessionId)
-
-
Method Details