Uses of Interface
org.sapia.ubik.rmi.server.command.Executable

Packages that use Executable
org.sapia.ubik.rmi.examples   
org.sapia.ubik.rmi.examples.replication   
org.sapia.ubik.rmi.replication   
org.sapia.ubik.rmi.server   
org.sapia.ubik.rmi.server.command   
org.sapia.ubik.rmi.server.gc   
org.sapia.ubik.rmi.server.invocation   
 

Uses of Executable in org.sapia.ubik.rmi.examples
 

Classes in org.sapia.ubik.rmi.examples that implement Executable
 class HelloWorldCommand
           
 

Uses of Executable in org.sapia.ubik.rmi.examples.replication
 

Classes in org.sapia.ubik.rmi.examples.replication that implement Executable
 class ReplicatedCommandEx
           
 

Uses of Executable in org.sapia.ubik.rmi.replication
 

Classes in org.sapia.ubik.rmi.replication that implement Executable
 class ReplicatedCommand
          Wraps an InvokeCommand that is intented to be replicated to the different servers in a domain or cluster.
 

Uses of Executable in org.sapia.ubik.rmi.server
 

Classes in org.sapia.ubik.rmi.server that implement Executable
 class CommandConnect
          This command sends back a remote reference to the caller, for the server listening at the port specified in the constructor.
 class CommandPing
           
 class RMICommand
          This class models an executable command.
 

Uses of Executable in org.sapia.ubik.rmi.server.command
 

Classes in org.sapia.ubik.rmi.server.command that implement Executable
 class AsyncCommand
          Models a command that is executed asynchronously.
 class Command
          A command class - implements the Command pattern.
 class Response
          Models a "response": i.e.: the return value of an asynchronous call-back.
 

Methods in org.sapia.ubik.rmi.server.command that return Executable
 Executable ExecQueue.remove()
          Removes the first Executable from this queue and returns it.
 

Methods in org.sapia.ubik.rmi.server.command with parameters of type Executable
 void ExecQueue.add(Executable toExecute)
          Adds an Executable to this queue.
 void OutQueue.add(Executable cmd)
           
 

Uses of Executable in org.sapia.ubik.rmi.server.gc
 

Classes in org.sapia.ubik.rmi.server.gc that implement Executable
 class CommandGc
          This command is sent by clients (ClientGC instances) that wish to notify the server that they have garbage-collected remote references.
 class CommandRefer
          A command sent from the client indicating that it refers to a remote object living on the server side.
 

Uses of Executable in org.sapia.ubik.rmi.server.invocation
 

Classes in org.sapia.ubik.rmi.server.invocation that implement Executable
 class CallBackInvokeCommand
          A method invocation command that handles call backs.
 class InvokeCommand
          This commands performs a remote method invocation.
static class RMICommandProcessor.ResponseListCommand
           
 



Copyright © 2010 Sapia OSS. All Rights Reserved.