GridSim 5.0 beta

gridsim.net.fnb
Class FnbDroppedPacketInfo

Object
  extended by FnbDroppedPacketInfo

public class FnbDroppedPacketInfo
extends Object

This class is used by a router to inform users of a dropped Gridlet. More specifically, the router tells users on which particular gridlet has been dropped in the network.

Since:
GridSim Toolkit 4.2
Author:
Agustin Caminero

Constructor Summary
FnbDroppedPacketInfo(int gridletID, int userID)
          Creates a new object of this class.
 
Method Summary
 int getGridletID()
          Gets the gridlet id.
 int getUserID()
          Gets the user id.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FnbDroppedPacketInfo

public FnbDroppedPacketInfo(int gridletID,
                            int userID)
Creates a new object of this class.

Parameters:
gridletID - gridlet id
userID - user id
Method Detail

getGridletID

public int getGridletID()
Gets the gridlet id.

Returns:
the gridlet id.

getUserID

public int getUserID()
Gets the user id.

Returns:
the user id.

GridSim 5.0 beta

The University of Melbourne, Australia, 2009