edu.cmu.emulator.sched
Class BatchJob

java.lang.Object
  extended by edu.cmu.emulator.sched.BatchJob
All Implemented Interfaces:
Serializable

public class BatchJob
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  int minSlotSecs
           
static int MSS_NO_MINIMUM
           
protected  int reservationID
           
static int RID_ANY_BATCH
           
static int RID_ANY_SYSTEM
           
protected  String userToken
           
 
Constructor Summary
BatchJob(int reservationID, String userToken)
           
BatchJob(int reservationID, String userToken, int minSlotSecs)
           
 
Method Summary
 int getMinSlotSecs()
           
 int getReservationID()
           
 String getUserToken()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reservationID

protected int reservationID

minSlotSecs

protected int minSlotSecs

userToken

protected String userToken

RID_ANY_BATCH

public static final int RID_ANY_BATCH
See Also:
Constant Field Values

RID_ANY_SYSTEM

public static final int RID_ANY_SYSTEM
See Also:
Constant Field Values

MSS_NO_MINIMUM

public static final int MSS_NO_MINIMUM
See Also:
Constant Field Values
Constructor Detail

BatchJob

public BatchJob(int reservationID,
                String userToken,
                int minSlotSecs)

BatchJob

public BatchJob(int reservationID,
                String userToken)
Method Detail

getReservationID

public int getReservationID()

getUserToken

public String getUserToken()

getMinSlotSecs

public int getMinSlotSecs()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.