|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectgridsim.IO_data
Class relates to a communication between user entities and resources
Constructor Summary | |
IO_data(Object data,
long byteSize,
int destID)
Allocates a new IO_data object |
Method Summary | |
long |
get_byte_size()
Deprecated. As of GridSim 2.1, replaced by getByteSize() |
Object |
get_data()
Deprecated. As of GridSim 2.1, replaced by getData() |
int |
get_dest_id()
Deprecated. As of GridSim 2.1, replaced by getDestID() |
long |
getByteSize()
Gets the size of a data |
Object |
getData()
Gets the Object data |
int |
getDestID()
Gets the destination ID |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IO_data(Object data, long byteSize, int destID)
data
- the data objectbyteSize
- the size of a data (in bytes)destID
- the destination IDMethod Detail |
public Object get_data()
getData()
public Object getData()
public long get_byte_size()
getByteSize()
public long getByteSize()
public int get_dest_id()
getDestID()
public int getDestID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |