Uses of Class
org.sapia.ubik.rmi.server.RMICommand

Packages that use RMICommand
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.gc   
org.sapia.ubik.rmi.server.invocation   
 

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

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

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

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

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

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

Subclasses of RMICommand 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
           
 

Methods in org.sapia.ubik.rmi.server with parameters of type RMICommand
protected  java.lang.Object RemoteRef.sendCommand(RMICommand cmd)
           
protected  java.lang.Object RemoteRefStateless.sendCommand(RMICommand cmd)
           
 

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

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

Subclasses of RMICommand 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.