|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Computer | |
---|---|
api | |
computer | |
system |
Uses of Computer in api |
---|
Methods in api with parameters of type Computer | |
---|---|
void |
TaskInterface.setComputer(Computer c)
|
void |
Task.setComputer(Computer computer)
Tells the task what machine it is executing on. |
Uses of Computer in computer |
---|
Classes in computer that implement Computer | |
---|---|
class |
ComputerImpl
A "server" that accepts tasks from a remote user, and returns them |
Uses of Computer in system |
---|
Methods in system with parameters of type Computer | |
---|---|
void |
Space.register(Computer computer)
Adds the Computer to the list of valid computers the space can utilize. |
void |
Computer2Space.register(Computer computer)
|
Constructors in system with parameters of type Computer | |
---|---|
ComputerProxy(Computer computer,
Space space)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |