Uses of Class
org.objectweb.cjdbc.controller.virtualdatabase.protocol.DistributedRequest

Packages that use DistributedRequest
org.objectweb.cjdbc.controller.virtualdatabase.protocol Differemt group messages for the distributed version of the virtual database. 
 

Uses of DistributedRequest in org.objectweb.cjdbc.controller.virtualdatabase.protocol
 

Subclasses of DistributedRequest in org.objectweb.cjdbc.controller.virtualdatabase.protocol
 class CacheInvalidate
          This class defines a CacheInvalidate
 class ExecReadRequest
          Execute a read request.
 class ExecReadStoredProcedure
          This class defines a ExecReadStoredProcedure
 class ExecWriteRequest
          Execute a write request between several controllers.
 class ExecWriteRequestWithKeys
          Execute a write request between several controllers.
 class ExecWriteStoredProcedure
          This execute a write stored procedure on multiple controllers.
 class NotifyCompletion
          This class defines a NotifyCompletion command that is sent to controllers that have failed to notify of the success or failure of the request execution.
 class UnlogCommit
          This class defines an UnlogCommit command that is sent when a commit has failed on all controllers and it is necessary for controllers without backend to remove this commit from their recovery log since they systematically log all update statements.
 class UnlogRequest
          This class defines an UnlogRequest command that is sent when a query has failed on all controllers and it is necessary for controllers without backend to remove this query from their recovery log since they systematically log write queries.
 class UnlogRollback
          This class defines an UnlogRollback command that is sent when a rollback has failed on all controllers and it is necessary for controllers without backend to remove this rollback from their recovery log since they systematically log all update statements.
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.