Uses of Package
org.sapia.ubik.rmi.server.command

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

Classes in org.sapia.ubik.rmi.server.command used by org.sapia.ubik.rmi.examples
Command
          A command class - implements the Command pattern.
Executable
          This interface is based on the command pattern; it models an executable unit of work.
 

Classes in org.sapia.ubik.rmi.server.command used by org.sapia.ubik.rmi.examples.replication
Command
          A command class - implements the Command pattern.
Executable
          This interface is based on the command pattern; it models an executable unit of work.
 

Classes in org.sapia.ubik.rmi.server.command used by org.sapia.ubik.rmi.replication
Command
          A command class - implements the Command pattern.
Executable
          This interface is based on the command pattern; it models an executable unit of work.
 

Classes in org.sapia.ubik.rmi.server.command used by org.sapia.ubik.rmi.server
Command
          A command class - implements the Command pattern.
Executable
          This interface is based on the command pattern; it models an executable unit of work.
 

Classes in org.sapia.ubik.rmi.server.command used by org.sapia.ubik.rmi.server.command
Command
          A command class - implements the Command pattern.
Destination
          Models a destination: a ServerAddress and a VmId.
ExecQueue
          Models a queue of Executable instances.
Executable
          This interface is based on the command pattern; it models an executable unit of work.
OutQueue
          This queue stores outgoing Response objects until they are processed.
ResponseLock
          A client-side lock on which the caller of an asynchronous call-back waits for the corresponding call-back's response.
ResponseQueue
          This class implements a client-side response queue that internally keeps response locks.
ResponseSender
          Specifies the behavior of a sender of Response instances.
ResponseTimeOutException
          Thrown when an expected asynchronous response is expected but does not come in before a specified timeout.
 

Classes in org.sapia.ubik.rmi.server.command used by org.sapia.ubik.rmi.server.gc
Command
          A command class - implements the Command pattern.
Executable
          This interface is based on the command pattern; it models an executable unit of work.
 

Classes in org.sapia.ubik.rmi.server.command used by org.sapia.ubik.rmi.server.invocation
Command
          A command class - implements the Command pattern.
CommandProcessor
          An instance of this class serves as an entry-point for command objects.
Executable
          This interface is based on the command pattern; it models an executable unit of work.
ResponseTimeOutException
          Thrown when an expected asynchronous response is expected but does not come in before a specified timeout.
 



Copyright © 2010 Sapia OSS. All Rights Reserved.