GridSim 5.0 beta

Uses of Class
gridsim.ARObject

Packages that use ARObject
gridsim Classes that form the main simulation structure of GridSim
 

Uses of ARObject in gridsim
 

Methods in gridsim that return ARObject
 ARObject AdvanceReservation.getReservation(String bookingID)
          Gets a reservation object based on the given booking ID
 

Methods in gridsim with parameters of type ARObject
 boolean ARObject.copy(ARObject obj)
          Copy the object.
abstract  void ARPolicy.handleCreateReservation(ARObject obj, int senderID, int sendTag)
          An abstract method that handles a new advanced reservation request.
 void ARSimpleSpaceShared.handleCreateReservation(ARObject obj, int senderID, int sendTag)
          Handles an advanced reservation request.
abstract  void ARPolicy.handleImmediateReservation(ARObject obj, int senderID, int sendTag)
          An abstract method that handles a new immediate reservation request.
 void ARSimpleSpaceShared.handleImmediateReservation(ARObject obj, int senderID, int sendTag)
          Handles an immediate reservation request.
NOTE: currently able to handle a case where start time = 0 and duration or end time > 0.
abstract  void ARPolicy.handleModifyReservation(ARObject obj, int senderID, int sendTag)
          An abstract method that handles a modify reservation request.
 void ARSimpleSpaceShared.handleModifyReservation(ARObject obj, int senderID, int sendTag)
          Handles a modify reservation request (NOTE: NOT YET SUPPORTED).
 int AdvanceReservation.modifyReservation(String bookingID, ARObject obj)
          Modifies an existing reservation.
 

Constructors in gridsim with parameters of type ARObject
ARObject(ARObject obj)
          Copy constructor.
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009