gridsim
Class GridSimTags

Object
  extended bygridsim.GridSimTags

public class GridSimTags
extends Object

Contains various static command tags that indicate a type of action that needs to be undertaken by GridSim entities when they receive events.

Version:
2.2, December 2003
Author:
Manzur Murshed and Rajkumar Buyya
Invariant:
$none

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

SCHEDULE_NOW

public static final double SCHEDULE_NOW
Schedules an entity without any delay

See Also:
Constant Field Values

END_OF_SIMULATION

public static final int END_OF_SIMULATION
Denotes the end of simulation

See Also:
Constant Field Values

INSIGNIFICANT

public static final int INSIGNIFICANT
Denotes insignificant simulation entity or time. This tag will not be used for identification purposes.

See Also:
Constant Field Values

EXPERIMENT

public static final int EXPERIMENT
Sends an Experiment object between UserEntity and Broker entity

See Also:
Constant Field Values

REGISTER_RESOURCE

public static final int REGISTER_RESOURCE
Denotes a resource to be registered. This tag is normally used between GridInformationService and GridResouce entity.

See Also:
Constant Field Values

RESOURCE_LIST

public static final int RESOURCE_LIST
Denotes a list of resources. This tag is normally used between GridInformationService and GridSim entity.

See Also:
Constant Field Values

RESOURCE_CHARACTERISTICS

public static final int RESOURCE_CHARACTERISTICS
Denotes grid resource characteristics information. This tag is normally used between GridSim and GridResource entity.

See Also:
Constant Field Values

RESOURCE_DYNAMICS

public static final int RESOURCE_DYNAMICS
Denotes grid resource allocation policy. This tag is normally used between GridSim and GridResource entity.

See Also:
Constant Field Values

GRIDLET_SUBMIT

public static final int GRIDLET_SUBMIT
Denotes the submission of a Gridlet. This tag is normally used between GridSim User and GridResource entity.

See Also:
Constant Field Values

GRIDLET_SUBMIT_ACK

public static final int GRIDLET_SUBMIT_ACK
Denotes the submission of a Gridlet with an acknowledgement. This tag is normally used between GridSim User and GridResource entity.

See Also:
Constant Field Values

GRIDLET_RETURN

public static final int GRIDLET_RETURN
Denotes the return of a Gridlet back to sender. This tag is normally used by GridResource entity.

See Also:
Constant Field Values

GRIDLET_CANCEL

public static final int GRIDLET_CANCEL
Cancels a Gridlet submitted in the GridResource entity

See Also:
Constant Field Values

GRIDLET_STATUS

public static final int GRIDLET_STATUS
Denotes the status of a Gridlet.

See Also:
Constant Field Values

GRIDLET_PAUSE

public static final int GRIDLET_PAUSE
Pauses a Gridlet submitted in the GridResource entity

See Also:
Constant Field Values

GRIDLET_PAUSE_ACK

public static final int GRIDLET_PAUSE_ACK
Pauses a Gridlet submitted in the GridResource entity with an acknowledgement

See Also:
Constant Field Values

GRIDLET_RESUME

public static final int GRIDLET_RESUME
Resumes a Gridlet submitted in the GridResource entity

See Also:
Constant Field Values

GRIDLET_RESUME_ACK

public static final int GRIDLET_RESUME_ACK
Resumes a Gridlet submitted in the GridResource entity with an acknowledgement

See Also:
Constant Field Values

GRIDLET_MOVE

public static final int GRIDLET_MOVE
Moves a Gridlet to another GridResource entity

See Also:
Constant Field Values

GRIDLET_MOVE_ACK

public static final int GRIDLET_MOVE_ACK
Moves a Gridlet to another GridResource entity with an acknowledgement

See Also:
Constant Field Values

RECORD_STATISTICS

public static final int RECORD_STATISTICS
Denotes a request to record events for statistical purposes. This tag is normally used between GridSim and GridStatistics entity.

See Also:
Constant Field Values

RETURN_STAT_LIST

public static final int RETURN_STAT_LIST
Denotes a request to get a statistical list

See Also:
Constant Field Values

RETURN_ACC_STATISTICS_BY_CATEGORY

public static final int RETURN_ACC_STATISTICS_BY_CATEGORY
Denotes a request to send an Accumulator object based on category into an event scheduler. This tag is normally used between ReportWriter and GridStatistics entity.

See Also:
Constant Field Values

DEFAULT_BAUD_RATE

public static final int DEFAULT_BAUD_RATE
Denotes the default baud rate for some GridSim entities

See Also:
Constant Field Values