Package com.zeroc.IceGrid
Class ObjectDescriptor
java.lang.Object
com.zeroc.IceGrid.ObjectDescriptor
- All Implemented Interfaces:
Serializable
,Cloneable
An Ice object descriptor.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static ObjectDescriptor
ice_read
(InputStream istr) static Optional<ObjectDescriptor>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, ObjectDescriptor v) static void
ice_write
(OutputStream ostr, int tag, Optional<ObjectDescriptor> v) static void
ice_write
(OutputStream ostr, ObjectDescriptor v) void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
id
The identity of the object. -
type
The object type. -
proxyOptions
Proxy options to use with the proxy created for this Ice object. If empty, the proxy will be created with the proxy options specified on the object adapter or replica group.
-
-
Constructor Details
-
ObjectDescriptor
public ObjectDescriptor() -
ObjectDescriptor
-
-
Method Details