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