All Packages Class Hierarchy This Package Previous Next Index
Class examples.computer.Job
java.lang.Object
|
+----simula.simset.Linkage
|
+----simula.simset.Link
|
+----examples.computer.Job
- public class Job
- extends Link
The job is a process wich requests memory pages
-
req
- Pages requeste by this job
-
sim
- The active simulation
-
Job(ComputerSimulation, int)
-
sim
public ComputerSimulation sim
- The active simulation
req
public int req
- Pages requeste by this job
Job
public Job(ComputerSimulation sim,
int req) throws SimulaException
- Parameters:
- _sim - The active Simulation
- req - Number of pages needed
- Throws: SimulaException
- If any error occurs
All Packages Class Hierarchy This Package Previous Next Index