GridSim 5.0 beta

gridsim.net.fnb
Class FnbMessageDropGridlet

Object
  extended by FnbMessageDropGridlet
All Implemented Interfaces:
FnbMessage

public class FnbMessageDropGridlet
extends Object
implements FnbMessage

This class contains a Gridlet ID, that is currently being dropped in the network. This class is primarily used by the FnbOutput class.

Since:
GridSim Toolkit 4.2
Author:
Agustin Caminero
See Also:
FnbOutput

Constructor Summary
FnbMessageDropGridlet(int gridletID)
          A constructor
 
Method Summary
 int getEntityID()
          Gets a gridlet ID
 void setEntityID(int gridletID)
          Sets a gridlet ID 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

FnbMessageDropGridlet

public FnbMessageDropGridlet(int gridletID)
A constructor

Parameters:
gridletID - a gridlet ID
Method Detail

setEntityID

public void setEntityID(int gridletID)
Sets a gridlet ID that is being dropped in the network.

Specified by:
setEntityID in interface FnbMessage
Parameters:
gridletID - a gridlet ID
See Also:
setEntityID(int), FnbMessageDropFile.setEntityID(int)

getEntityID

public int getEntityID()
Gets a gridlet ID

Specified by:
getEntityID in interface FnbMessage
Returns:
a gridlet ID

GridSim 5.0 beta

The University of Melbourne, Australia, 2009