Package com.zeroc.IceGrid
Class AdapterInfo
java.lang.Object
com.zeroc.IceGrid.AdapterInfo
- All Implemented Interfaces:
Serializable,Cloneable
Information about an adapter registered with the IceGrid registry.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()static AdapterInfoice_read(InputStream istr) static Optional<AdapterInfo>ice_read(InputStream istr, int tag) voidice_readMembers(InputStream istr) static voidice_write(OutputStream ostr, int tag, AdapterInfo v) static voidice_write(OutputStream ostr, int tag, Optional<AdapterInfo> v) static voidice_write(OutputStream ostr, AdapterInfo v) voidice_writeMembers(OutputStream ostr)
-
Field Details
-
id
The id of the adapter. -
proxy
A dummy direct proxy that contains the adapter endpoints. -
replicaGroupId
The replica group id of the object adapter, or empty if the adapter doesn't belong to a replica group.
-
-
Constructor Details
-
AdapterInfo
public AdapterInfo() -
AdapterInfo
-
-
Method Details