GridSim 5.0 beta

Uses of Class
gridsim.parallel.reservation.ErrorType

Packages that use ErrorType
gridsim.parallel.reservation   
 

Uses of ErrorType in gridsim.parallel.reservation
 

Methods in gridsim.parallel.reservation that return ErrorType
 ErrorType ReservationMessage.getErrorCode()
          Gets the error code of this message
static ErrorType ErrorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ErrorType[] ErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gridsim.parallel.reservation with parameters of type ErrorType
 void ReservationMessage.setErrorCode(ErrorType code)
          Sets the error code of this message
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009