Package net.jini.lookup.entry
Class Comment
java.lang.Object
net.jini.entry.AbstractEntry
net.jini.lookup.entry.Comment
- All Implemented Interfaces:
Serializable,Entry
A free-form comment about a service.
- Author:
- Sun Microsystems, Inc.
- See Also:
-
Field Details
-
comment
The comment itself.
-
-
Constructor Details
-
Comment
public Comment()Construct an empty instance of this class. -
Comment
Construct an instance of this class, with all fields initialized appropriately.- Parameters:
comment- the contents of the comment
-