Package com.zeroc.IceGrid
Class AdapterDynamicInfo
java.lang.Object
com.zeroc.IceGrid.AdapterDynamicInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Dynamic information about the state of an adapter.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static AdapterDynamicInfo
ice_read
(InputStream istr) static Optional<AdapterDynamicInfo>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, AdapterDynamicInfo v) static void
ice_write
(OutputStream ostr, int tag, Optional<AdapterDynamicInfo> v) static void
ice_write
(OutputStream ostr, AdapterDynamicInfo v) void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
id
The id of the adapter. -
proxy
The direct proxy containing the adapter endpoints.
-
-
Constructor Details
-
AdapterDynamicInfo
public AdapterDynamicInfo() -
AdapterDynamicInfo
-
-
Method Details