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()booleaninthashCode()static ObjectDescriptorice_read(InputStream istr) static Optional<ObjectDescriptor>ice_read(InputStream istr, int tag) voidice_readMembers(InputStream istr) static voidice_write(OutputStream ostr, int tag, ObjectDescriptor v) static voidice_write(OutputStream ostr, int tag, Optional<ObjectDescriptor> v) static voidice_write(OutputStream ostr, ObjectDescriptor v) voidice_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