Uses of Class
org.sapia.ubik.rmi.server.command.Command

Packages that use Command
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 Command in org.sapia.ubik.rmi.examples
 

Subclasses of Command in org.sapia.ubik.rmi.examples
 class HelloWorldCommand
           
 

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

Subclasses of Command in org.sapia.ubik.rmi.examples.replication
 class ReplicatedCommandEx
           
 

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

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

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

Subclasses of Command in org.sapia.ubik.rmi.server
 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 Command in org.sapia.ubik.rmi.server.command
 

Methods in org.sapia.ubik.rmi.server.command that return Command
 Command AsyncCommand.getCommand()
          Returns this instance's wrapped command.
 

Methods in org.sapia.ubik.rmi.server.command with parameters of type Command
 void CommandProcessor.processAsyncCommand(java.lang.String cmdId, VmId caller, ServerAddress from, Command cmd)
          Processes the given command asynchronously.
 java.lang.Object CommandProcessor.processSyncCommand(Command cmd)
          Processes this command in the same thread as the caller's.
 

Constructors in org.sapia.ubik.rmi.server.command with parameters of type Command
AsyncCommand(java.lang.String cmdId, VmId caller, ServerAddress from, Command cmd)
          Constructor for AsyncCommandWrapper.
 

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

Subclasses of Command in org.sapia.ubik.rmi.server.gc
 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 Command in org.sapia.ubik.rmi.server.invocation
 

Subclasses of Command in org.sapia.ubik.rmi.server.invocation
 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.