java.lang.Object
com.zeroc.IceGrid.ObjectInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Information about an Ice well-known object.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aObjectInfo
.ObjectInfo
(ObjectPrx proxy, String type) Constructs aObjectInfo
with values for all its fields. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static ObjectInfo
ice_read
(InputStream istr) Unmarshals anObjectInfo
from an input stream.static Optional<ObjectInfo>
ice_read
(InputStream istr, int tag) Unmarshals an optionalObjectInfo
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, ObjectInfo v) Marshals an optionalObjectInfo
into an output stream.static void
ice_write
(OutputStream ostr, int tag, Optional<ObjectInfo> v) Marshals an optionalObjectInfo
into an output stream.static void
ice_write
(OutputStream ostr, ObjectInfo v) Marshals anObjectInfo
into an output stream.void
ice_writeMembers
(OutputStream ostr) Marshals this object's fields into an output stream.
-
Field Details
-
proxy
The proxy of the object. -
type
The type of the object.
-
-
Constructor Details
-
ObjectInfo
public ObjectInfo()Constructs aObjectInfo
. -
ObjectInfo
Constructs aObjectInfo
with values for all its fields.- Parameters:
proxy
- The proxy of the object.type
- The type of the object.
-
-
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 anObjectInfo
into an output stream.- Parameters:
ostr
- the output streamv
- theObjectInfo
to marshal; can be null
-
ice_read
Unmarshals anObjectInfo
from an input stream.- Parameters:
istr
- the input stream- Returns:
- the unmarshaled
ObjectInfo
-
ice_write
Marshals an optionalObjectInfo
into an output stream.- Parameters:
ostr
- the output streamtag
- the tagv
- the value to marshal
-
ice_write
Marshals an optionalObjectInfo
into an output stream.- Parameters:
ostr
- the output streamtag
- the tagv
- the value to marshal
-
ice_read
Unmarshals an optionalObjectInfo
from an input stream.- Parameters:
istr
- the input streamtag
- the tag- Returns:
- the unmarshaled value
-