|
GridSim v3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThread
eduni.simjava.Sim_entity
gridsim.GridSimCore
gridsim.GridResource
gridsim.ARGridResource
ARGridResource class handles all Advanced Reservation functionalities.
All the functionalities are done by its internal or private methods.
NOTE: It is important to set the allocation policy inside
ResourceCharacteristics object into
ResourceCharacteristics.ADVANCE_RESERVATION
. In addition,
a resource's scheduler should be extending from ARPolicy class.
GridResource
,
GridSim
,
ResourceCharacteristics
,
AllocPolicy
,
ARPolicy
Field Summary |
Fields inherited from class gridsim.GridResource |
policy_, policyType_, resCalendar_, resource_, SIZE |
Fields inherited from class gridsim.GridSimCore |
input, output |
Fields inherited from class eduni.simjava.Sim_entity |
|
Fields inherited from class Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
ARGridResource(String name,
double baud_rate,
ResourceCharacteristics resource,
ResourceCalendar calendar,
ARPolicy policy)
Allocates a new GridResource object that supports Advanced Reservation. |
Method Summary | |
protected void |
processOtherEvent(Sim_event ev)
Processes other events or services related to Advanced Reservations. |
Methods inherited from class gridsim.GridResource |
body, registerOtherEntity, SpaceShare_AllocatePEtoGridlet, spaceShared_AllocatePEtoGridlet |
Methods inherited from class gridsim.GridSimCore |
finalize, finalizeGridSimulation, isNetworked, IsNetworked, send, Send, send, Send, send, Send, send, Send, send, Send, send, Send, TerminateInputOutputEntities, terminateIOEntities |
Methods inherited from class eduni.simjava.Sim_entity |
add_generator, add_param, add_port, clone, get_id, get_name, get_port, get_port, get_stat, run, send_on, set_invisible, set_stat, sim_cancel, sim_completed, sim_current, sim_get_next, sim_get_next, sim_hold_for, sim_hold, sim_pause_for, sim_pause_for, sim_pause_until, sim_pause_until, sim_pause, sim_process_for, sim_process_for, sim_process_until, sim_process_until, sim_process, sim_putback, sim_schedule, sim_schedule, sim_schedule, sim_schedule, sim_schedule, sim_schedule, sim_select, sim_trace, sim_wait_for, sim_wait_for, sim_wait_for, sim_wait, sim_waiting, sim_waiting |
Methods inherited from class Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ARGridResource(String name, double baud_rate, ResourceCharacteristics resource, ResourceCalendar calendar, ARPolicy policy) throws Exception
name
- the name to be associated with this entity (as
required by Sim_entity class from simjava package)baud_rate
- network communication or bandwidth speedresource
- an object of ResourceCharacteristicscalendar
- an object of ResourceCalendarpolicy
- a scheduler for this Grid resource. The scheduler
should be able to handle Advanced Reservations.
Exception
- This happens when one of the following scenarios occur:
AllocPolicy
,
GridSim.init(int, Calendar, boolean, String[], String[],
String)
,
GridSim.init(int, Calendar, boolean)
Method Detail |
protected void processOtherEvent(Sim_event ev)
The services or tags available for this resource are:
processOtherEvent
in class GridResource
ev
- a Sim_event objectGridResource.processOtherEvent(Sim_event)
|
GridSim v3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |