Package com.zeroc.IceGrid
Class AdapterInfo
java.lang.Object
com.zeroc.IceGrid.AdapterInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Information about an adapter registered with the IceGrid registry.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static AdapterInfo
ice_read
(InputStream istr) static Optional<AdapterInfo>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, AdapterInfo v) static void
ice_write
(OutputStream ostr, int tag, Optional<AdapterInfo> v) static void
ice_write
(OutputStream ostr, AdapterInfo v) void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
id
The id of the adapter. -
proxy
A dummy direct proxy that contains the adapter endpoints. -
replicaGroupId
The replica group id of the object adapter, or empty if the adapter doesn't belong to a replica group.
-
-
Constructor Details
-
AdapterInfo
public AdapterInfo() -
AdapterInfo
-
-
Method Details