|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectFnbMessageDropFile
public class FnbMessageDropFile
This class contains a file ID and its name, that is currently being
dropped in the network.
This class is primarily used by the FnbOutput class.
FnbOutput| Constructor Summary | |
|---|---|
FnbMessageDropFile(int fileID,
String filename)
A constructor |
|
| Method Summary | |
|---|---|
int |
getEntityID()
Gets a file ID |
String |
getFilename()
Gets a filename |
void |
setEntityID(int fileID)
Sets a file ID that is being dropped in the network. |
void |
setFilename(String filename)
Sets a filename that is being dropped in the network. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FnbMessageDropFile(int fileID,
String filename)
fileID - a file IDfilename - a filename| Method Detail |
|---|
public void setEntityID(int fileID)
setEntityID in interface FnbMessagefileID - a file IDFnbMessageDropGridlet.setEntityID(int),
setEntityID(int)public int getEntityID()
getEntityID in interface FnbMessagepublic void setFilename(String filename)
filename - a filenamepublic String getFilename()
|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||