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.intThe 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()booleaninthashCode()static ServerInfoice_read(InputStream istr) static Optional<ServerInfo>ice_read(InputStream istr, int tag) voidice_readMembers(InputStream istr) static voidice_write(OutputStream ostr, int tag, ServerInfo v) static voidice_write(OutputStream ostr, int tag, Optional<ServerInfo> v) static voidice_write(OutputStream ostr, ServerInfo v) voidice_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