|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.farming.common.DataFile
This class represents a DataFile and stores all its attributes
| Constructor Summary | |
DataFile(java.lang.String Filename)
Constructor for DataFile. |
|
| Method Summary | |
java.lang.String |
getFilename()
Returns the filename. |
java.lang.Object |
getHosts()
Returns a vector containing the hosts on which thisfile is to be found. |
long |
getSizeInBytes()
Returns the size of the file in bytes |
void |
setFilename(java.lang.String filename)
Sets the name of this file |
void |
setHosts(java.lang.Object hosts)
Sets vector containing the hosts on which this file is to be found. |
void |
setSizeInBytes(long l)
Set the size of the file in bytes |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataFile(java.lang.String Filename)
Filename - | Method Detail |
public java.lang.String getFilename()
public java.lang.Object getHosts()
public void setFilename(java.lang.String filename)
filename - public void setHosts(java.lang.Object hosts)
hosts - The hosts to setpublic long getSizeInBytes()
public void setSizeInBytes(long l)
l - (size in bytes)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||