|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectgridsim.GridSimTags
Contains various static command tags that indicate a type of action that needs to be undertaken by GridSim entities when they receive events.
Field Summary | |
static int |
DEFAULT_BAUD_RATE
Denotes the default baud rate for some GridSim entities |
static int |
END_OF_SIMULATION
Denotes the end of simulation |
static int |
EXPERIMENT
Sends an Experiment object between UserEntity and Broker entity |
static int |
GRIDLET_CANCEL
Cancels a Gridlet submitted in the GridResource entity |
static int |
GRIDLET_MOVE
Moves a Gridlet to another GridResource entity |
static int |
GRIDLET_MOVE_ACK
Moves a Gridlet to another GridResource entity with an acknowledgement |
static int |
GRIDLET_PAUSE
Pauses a Gridlet submitted in the GridResource entity |
static int |
GRIDLET_PAUSE_ACK
Pauses a Gridlet submitted in the GridResource entity with an acknowledgement |
static int |
GRIDLET_RESUME
Resumes a Gridlet submitted in the GridResource entity |
static int |
GRIDLET_RESUME_ACK
Resumes a Gridlet submitted in the GridResource entity with an acknowledgement |
static int |
GRIDLET_RETURN
Denotes the return of a Gridlet back to sender. |
static int |
GRIDLET_STATUS
Denotes the status of a Gridlet. |
static int |
GRIDLET_SUBMIT
Denotes the submission of a Gridlet. |
static int |
GRIDLET_SUBMIT_ACK
Denotes the submission of a Gridlet with an acknowledgement. |
static int |
INSIGNIFICANT
Denotes insignificant simulation entity or time. |
static int |
RECORD_STATISTICS
Denotes a request to record events for statistical purposes. |
static int |
REGISTER_RESOURCE
Denotes a resource to be registered. |
static int |
RESOURCE_CHARACTERISTICS
Denotes grid resource characteristics information. |
static int |
RESOURCE_DYNAMICS
Denotes grid resource allocation policy. |
static int |
RESOURCE_LIST
Denotes a list of resources. |
static int |
RETURN_ACC_STATISTICS_BY_CATEGORY
Denotes a request to send an Accumulator object based on category into an event scheduler. |
static int |
RETURN_STAT_LIST
Denotes a request to get a statistical list |
static double |
SCHEDULE_NOW
Schedules an entity without any delay |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final double SCHEDULE_NOW
public static final int END_OF_SIMULATION
public static final int INSIGNIFICANT
public static final int EXPERIMENT
public static final int REGISTER_RESOURCE
public static final int RESOURCE_LIST
public static final int RESOURCE_CHARACTERISTICS
public static final int RESOURCE_DYNAMICS
public static final int GRIDLET_SUBMIT
public static final int GRIDLET_SUBMIT_ACK
public static final int GRIDLET_RETURN
public static final int GRIDLET_CANCEL
public static final int GRIDLET_STATUS
public static final int GRIDLET_PAUSE
public static final int GRIDLET_PAUSE_ACK
public static final int GRIDLET_RESUME
public static final int GRIDLET_RESUME_ACK
public static final int GRIDLET_MOVE
public static final int GRIDLET_MOVE_ACK
public static final int RECORD_STATISTICS
public static final int RETURN_STAT_LIST
public static final int RETURN_ACC_STATISTICS_BY_CATEGORY
public static final int DEFAULT_BAUD_RATE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |