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


Variable Index

 o req
Pages requeste by this job
 o sim
The active simulation

Constructor Index

 o Job(ComputerSimulation, int)

Variables

 o sim
 public ComputerSimulation sim
The active simulation

 o req
 public int req
Pages requeste by this job

Constructors

 o 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