All Packages Class Hierarchy This Package Previous Next Index
Class examples.computer.Server
java.lang.Object
|
+----simula.simset.Linkage
|
+----simula.simset.Link
|
+----simula.simset.simulation.Process
|
+----examples.computer.Server
- public class Server
- extends Process
The server executes jobs and, if needed, reschedules them.
-
Server(Simulation)
-
-
run()
-
Executes actions for this object.
Server
public Server(Simulation _sim)
- Parameters:
- _sim - The active Simulation
run
public void run()
- Executes actions for this object. Called by simulation on activate
- Overrides:
- run in class Process
- See Also:
- Simulation
All Packages Class Hierarchy This Package Previous Next Index