atg.deployment.file
Class FileDeploymentDestination

java.lang.Object
  extended by atg.deployment.file.FileDeploymentDestination

public class FileDeploymentDestination
extends java.lang.Object

Object that holds information on the destination server instance for File Deployments


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
FileDeploymentDestination()
           
FileDeploymentDestination(java.net.InetAddress pAddr, int pPort)
           
FileDeploymentDestination(java.lang.String pRep)
          This constructor takes an IP address:port string.
 
Method Summary
 boolean equals(java.lang.Object pCompare)
          equals
 java.net.InetAddress getHostAddr()
          IP of the destination address
 int getPort()
          port of the destination address
 int hashCode()
          hashCode
 void setHostAddr(java.net.InetAddress pHostAddr)
          IP of the destination address
 void setPort(int pPort)
          port of the destination address
 java.lang.String toString()
          string representation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

FileDeploymentDestination

public FileDeploymentDestination()

FileDeploymentDestination

public FileDeploymentDestination(java.net.InetAddress pAddr,
                                 int pPort)

FileDeploymentDestination

public FileDeploymentDestination(java.lang.String pRep)
This constructor takes an IP address:port string.

Method Detail

setHostAddr

public void setHostAddr(java.net.InetAddress pHostAddr)
IP of the destination address


getHostAddr

public java.net.InetAddress getHostAddr()
IP of the destination address


setPort

public void setPort(int pPort)
port of the destination address


getPort

public int getPort()
port of the destination address


toString

public java.lang.String toString()
string representation

Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object pCompare)
equals

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
hashCode

Overrides:
hashCode in class java.lang.Object