|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.module.builders.vwms.aFile2Copy
An object that holds information needed for the transfer of a file.
This is used with the CAHE PAGE mechanism, which copies calculated pages to a mirror server.
File2Copy objects are handled by the FileCopier class.
| Field Summary | |
java.lang.String |
dsthost
Name of the destination host |
java.lang.String |
dstpath
Requested path of the file at the destination host |
java.lang.String |
dstuser
Name of the destination user. |
java.lang.String |
filename
File name |
java.lang.String |
srcpath
Path of the file at this server |
java.lang.String |
sshpath
Path to ssh command |
| Constructor Summary | |
aFile2Copy(java.lang.String dstuser,
java.lang.String dsthost,
java.lang.String dstpath,
java.lang.String srcpath,
java.lang.String filename,
java.lang.String sshpath)
Constructor for the File2Copy object |
|
| Method Summary | |
int |
hashCode()
Returns a hashcode based on the orifinal file source path. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String dstuser
public java.lang.String dsthost
public java.lang.String dstpath
public java.lang.String srcpath
public java.lang.String filename
public java.lang.String sshpath
| Constructor Detail |
public aFile2Copy(java.lang.String dstuser,
java.lang.String dsthost,
java.lang.String dstpath,
java.lang.String srcpath,
java.lang.String filename,
java.lang.String sshpath)
dstuser - User name needed to log on at the destination hostdsthost - Name of the destination hostdstpath - Requested path of the file at the destination hostsrcpath - Path of the file at this serverfilename - File namesshpath - Path to ssh command| Method Detail |
public int hashCode()
int.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||