java.lang.Object
com.zeroc.IceGrid.ObjectInfo
- All Implemented Interfaces:
Serializable,Cloneable
Information about an Ice well-known object.
Remarks:
The Slice compiler generated this class from Slice struct ::IceGrid::ObjectInfo.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aObjectInfo.ObjectInfo(ObjectPrx proxy, String type) Constructs aObjectInfowith values for all its fields. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()static ObjectInfoice_read(InputStream istr) Unmarshals anObjectInfofrom an input stream.static Optional<ObjectInfo>ice_read(InputStream istr, int tag) Unmarshals an optionalObjectInfofrom an input stream.voidice_readMembers(InputStream istr) Unmarshals and sets this object's fields from an input stream.static voidice_write(OutputStream ostr, int tag, ObjectInfo v) Marshals an optionalObjectInfointo an output stream.static voidice_write(OutputStream ostr, int tag, Optional<ObjectInfo> v) Marshals an optionalObjectInfointo an output stream.static voidice_write(OutputStream ostr, ObjectInfo v) Marshals anObjectInfointo an output stream.voidice_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 aObjectInfowith 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 anObjectInfointo an output stream.- Parameters:
ostr- the output streamv- theObjectInfoto marshal
-
ice_read
Unmarshals anObjectInfofrom an input stream.- Parameters:
istr- the input stream- Returns:
- the unmarshaled
ObjectInfo
-
ice_write
Marshals an optionalObjectInfointo an output stream.- Parameters:
ostr- the output streamtag- the tagv- the value to marshal
-
ice_write
Marshals an optionalObjectInfointo an output stream.- Parameters:
ostr- the output streamtag- the tagv- the value to marshal
-
ice_read
Unmarshals an optionalObjectInfofrom an input stream.- Parameters:
istr- the input streamtag- the tag- Returns:
- the unmarshaled value
-