Uses of Class
org.sapia.ubik.rmi.server.invocation.InvokeCommand

Packages that use InvokeCommand
org.sapia.ubik.rmi.examples.replication   
org.sapia.ubik.rmi.replication   
org.sapia.ubik.rmi.server.invocation   
 

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

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

Constructors in org.sapia.ubik.rmi.examples.replication with parameters of type InvokeCommand
ReplicatedCommandEx(InvokeCommand command, java.util.Set targets, ReplicatedInvoker invoker)
           
 

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

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

Constructors in org.sapia.ubik.rmi.replication with parameters of type InvokeCommand
ReplicatedCommand(InvokeCommand cmd, java.util.Set targets, ReplicatedInvoker invoker, boolean synchronous)
           
 

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

Subclasses of InvokeCommand in org.sapia.ubik.rmi.server.invocation
 class CallBackInvokeCommand
          A method invocation command that handles call backs.
 

Methods in org.sapia.ubik.rmi.server.invocation that return InvokeCommand
 InvokeCommand ClientPostInvokeEvent.getCommand()
          Returns the command to invoke.
 InvokeCommand ClientPreInvokeEvent.getCommand()
          Return the command that will be sent to the server.
 InvokeCommand ServerPostInvokeEvent.getInvokeCommand()
          Returns the command representing the invocation that was made.
 InvokeCommand ServerPreInvokeEvent.getInvokeCommand()
          Returns the command that represents the method invocation that will be performed.
 

Methods in org.sapia.ubik.rmi.server.invocation with parameters of type InvokeCommand
 java.lang.Object InvocationDispatcher.dispatchInvocation(VmId vmId, Connections pool, InvokeCommand cmd)
          Dispatches the given invocation command using the passed in connection pool (which holds connections to a remote server).
 void ClientPreInvokeEvent.setCommand(InvokeCommand cmd)
          Sets the command that will be sent to the server.
 

Constructors in org.sapia.ubik.rmi.server.invocation with parameters of type InvokeCommand
ClientPostInvokeEvent(InvokeCommand toInvoke, java.lang.Object toReturn)
          Creates an instance of this class.
ClientPreInvokeEvent(InvokeCommand cmd)
           
 



Copyright © 2010 Sapia OSS. All Rights Reserved.