Class ResourceInfoToScheduler

java.lang.Object
  extended byResourceInfoToScheduler

public class ResourceInfoToScheduler
extends java.lang.Object

wrapper class used to pass and recieve resource info passed to Scheduler


Constructor Summary
ResourceInfoToScheduler()
           
ResourceInfoToScheduler(java.lang.String ResourceName, int ResourceId, int ProcessingPower, double ReservationPrice)
          Creates a new instance of ResourceInfoToScheduler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceInfoToScheduler

public ResourceInfoToScheduler(java.lang.String ResourceName,
                               int ResourceId,
                               int ProcessingPower,
                               double ReservationPrice)
Creates a new instance of ResourceInfoToScheduler


ResourceInfoToScheduler

public ResourceInfoToScheduler()