net.jini.lookup.entry
Class Name

java.lang.Object
  |
  +--net.jini.entry.AbstractEntry
        |
        +--net.jini.lookup.entry.Name

public class Name
extends AbstractEntry

The name of a service as used by users. A service may have multiple names.

See Also:
Serialized Form

Field Summary
 java.lang.String name
          The name itself.
 
Constructor Summary
Name()
          Construct an empty instance of this class.
Name(java.lang.String name)
          Construct an instance of this class, with all fields initialized appropriately.
 
Methods inherited from class net.jini.entry.AbstractEntry
equals, equals, hashCode, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The name itself.
Constructor Detail

Name

public Name()
Construct an empty instance of this class.

Name

public Name(java.lang.String name)
Construct an instance of this class, with all fields initialized appropriately.


Copyright © 1999 Sun Microsystems, Inc. All rights reserved