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
ConstructorsConstructorDescriptionConstructs aAdapterDynamicInfo
.AdapterDynamicInfo
(String id, ObjectPrx proxy) Constructs aAdapterDynamicInfo
with values for all its fields. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static AdapterDynamicInfo
ice_read
(InputStream istr) Unmarshals anAdapterDynamicInfo
from an input stream.static Optional<AdapterDynamicInfo>
ice_read
(InputStream istr, int tag) Unmarshals an optionalAdapterDynamicInfo
from an input stream.void
ice_readMembers
(InputStream istr) Unmarshals and sets this object's fields from an input stream.static void
ice_write
(OutputStream ostr, int tag, AdapterDynamicInfo v) Marshals an optionalAdapterDynamicInfo
into an output stream.static void
ice_write
(OutputStream ostr, int tag, Optional<AdapterDynamicInfo> v) Marshals an optionalAdapterDynamicInfo
into an output stream.static void
ice_write
(OutputStream ostr, AdapterDynamicInfo v) Marshals anAdapterDynamicInfo
into an output stream.void
ice_writeMembers
(OutputStream ostr) Marshals this object's fields into an output stream.
-
Field Details
-
id
The id of the adapter. -
proxy
The direct proxy containing the adapter endpoints. This proxy is never null.
-
-
Constructor Details
-
AdapterDynamicInfo
public AdapterDynamicInfo()Constructs aAdapterDynamicInfo
. -
AdapterDynamicInfo
Constructs aAdapterDynamicInfo
with values for all its fields.- Parameters:
id
- The id of the adapter.proxy
- The direct proxy containing the adapter endpoints.
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
clone
-
ice_writeMembers
Marshals this object's fields into an output stream.- Parameters:
ostr
- the output stream
-
ice_readMembers
Unmarshals and sets this object's fields from an input stream.- Parameters:
istr
- the input stream
-
ice_write
Marshals anAdapterDynamicInfo
into an output stream.- Parameters:
ostr
- the output streamv
- theAdapterDynamicInfo
to marshal; can be null
-
ice_read
Unmarshals anAdapterDynamicInfo
from an input stream.- Parameters:
istr
- the input stream- Returns:
- the unmarshaled
AdapterDynamicInfo
-
ice_write
Marshals an optionalAdapterDynamicInfo
into an output stream.- Parameters:
ostr
- the output streamtag
- the tagv
- the value to marshal
-
ice_write
Marshals an optionalAdapterDynamicInfo
into an output stream.- Parameters:
ostr
- the output streamtag
- the tagv
- the value to marshal
-
ice_read
Unmarshals an optionalAdapterDynamicInfo
from an input stream.- Parameters:
istr
- the input streamtag
- the tag- Returns:
- the unmarshaled value
-