com.bigdata.jini.lookup.entry
Class Hostname

java.lang.Object
  extended by net.jini.entry.AbstractEntry
      extended by com.bigdata.jini.lookup.entry.Hostname
All Implemented Interfaces:
Serializable, net.jini.core.entry.Entry

public class Hostname
extends net.jini.entry.AbstractEntry

Entry giving the name of the host on which the service was created.

Version:
$Id$
Author:
Bryan Thompson
See Also:
Serialized Form
TODO:
could be hostname[]

Field Summary
 String hostname
           
 
Constructor Summary
Hostname()
          De-serialization ctor.
Hostname(String hostname)
           
 
Method Summary
 
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

hostname

public String hostname
Constructor Detail

Hostname

public Hostname()
De-serialization ctor.


Hostname

public Hostname(String hostname)


Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.