|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.deployment.file.FileDeploymentDestination
public class FileDeploymentDestination
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 |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public FileDeploymentDestination()
public FileDeploymentDestination(java.net.InetAddress pAddr,
int pPort)
public FileDeploymentDestination(java.lang.String pRep)
| Method Detail |
|---|
public void setHostAddr(java.net.InetAddress pHostAddr)
public java.net.InetAddress getHostAddr()
public void setPort(int pPort)
public int getPort()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object pCompare)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||