Package com.zeroc.IceGrid
Class RegistryInfo
java.lang.Object
com.zeroc.IceGrid.RegistryInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Information about an IceGrid registry replica.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static RegistryInfo
ice_read
(InputStream istr) static Optional<RegistryInfo>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, RegistryInfo v) static void
ice_write
(OutputStream ostr, int tag, Optional<RegistryInfo> v) static void
ice_write
(OutputStream ostr, RegistryInfo v) void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
name
The name of the registry. -
hostname
The network name of the host running this registry (as defined in uname()).
-
-
Constructor Details
-
RegistryInfo
public RegistryInfo() -
RegistryInfo
-
-
Method Details