Uses of Class
org.objectweb.cjdbc.controller.virtualdatabase.DistributedVirtualDatabase

Packages that use DistributedVirtualDatabase
org.objectweb.cjdbc.controller.requestmanager Request Manager core including the request parsing cache. 
 

Uses of DistributedVirtualDatabase in org.objectweb.cjdbc.controller.requestmanager
 

Constructors in org.objectweb.cjdbc.controller.requestmanager with parameters of type DistributedVirtualDatabase
DistributedRequestManager(DistributedVirtualDatabase vdb, AbstractScheduler scheduler, AbstractLoadBalancer loadBalancer, long beginTimeout, long commitTimeout, long rollbackTimeout)
          Creates a new DistributedRequestManager instance without cache.
DistributedRequestManager(DistributedVirtualDatabase vdb, AbstractScheduler scheduler, AbstractRequestCache cache, AbstractLoadBalancer loadBalancer, long beginTimeout, long commitTimeout, long rollbackTimeout)
          Creates a new DistributedRequestManager instance without cache.
DistributedRequestManager(DistributedVirtualDatabase vdb, AbstractScheduler scheduler, AbstractLoadBalancer loadBalancer, AbstractRecoveryLog recoveryLog, long beginTimeout, long commitTimeout, long rollbackTimeout)
          Creates a new DistributedRequestManager instance without cache.
DistributedRequestManager(DistributedVirtualDatabase vdb, AbstractScheduler scheduler, AbstractRequestCache cache, AbstractLoadBalancer loadBalancer, AbstractRecoveryLog recoveryLog, long beginTimeout, long commitTimeout, long rollbackTimeout)
          Creates a new DistributedRequestManager instance without cache.
 



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