hep.io.root.daemon.xrootd
Class Destination

java.lang.Object
  extended by hep.io.root.daemon.xrootd.Destination

public class Destination
extends Object

Represents a target host for an xrootd operation.

Author:
tonyj

Constructor Summary
Destination(String host, int port, String userName)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Destination

public Destination(String host,
                   int port,
                   String userName)
            throws UnknownHostException
Throws:
UnknownHostException
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2013 FreeHEP. All Rights Reserved.