Package com.zeroc.IceStorm
Class LinkInfo
java.lang.Object
com.zeroc.IceStorm.LinkInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Information on the topic links.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static LinkInfo
ice_read
(InputStream istr) ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, LinkInfo v) static void
ice_write
(OutputStream ostr, int tag, Optional<LinkInfo> v) static void
ice_write
(OutputStream ostr, LinkInfo v) void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
theTopic
The linked topic. -
name
The name of the linked topic. -
cost
public int costThe cost of traversing this link.
-
-
Constructor Details
-
LinkInfo
public LinkInfo() -
LinkInfo
-
-
Method Details