Uses of Interface
api.Computer

Packages that use Computer
api   
system   
 

Uses of Computer in api
 

Methods in api with parameters of type Computer
 java.lang.Long Computer2Space.register(Computer computer, java.net.InetSocketAddress address)
          Register a Computer to the Space.
 void Task.setComputer(Computer computer)
          Set the computer that is running this task.
 

Uses of Computer in system
 

Classes in system that implement Computer
 class ComputerImpl
          Computer that runs Tasks.
 

Methods in system with parameters of type Computer
 java.lang.Long Space.register(Computer computer, java.net.InetSocketAddress address)
          Called remotely by a Computer to register itself.
 

Constructors in system with parameters of type Computer
ComputerProxy(Computer computer, java.lang.Long computerId, Space space, NetworkHandle handle)
          Constructor.