Uses of Interface
org.objectweb.transaction.api.dependency.DependencyType

Packages that use DependencyType
org.objectweb.transaction.api.dependency Specification of the Dependency API.  
org.objectweb.transaction.lib.transaction Description of the Transaction library.  
 

Uses of DependencyType in org.objectweb.transaction.api.dependency
 

Methods in org.objectweb.transaction.api.dependency that return DependencyType
 DependencyType DependencyTypeFeature.getType()
          Provides the type of dependency considered.
 

Uses of DependencyType in org.objectweb.transaction.lib.transaction
 

Classes in org.objectweb.transaction.lib.transaction that implement DependencyType
 class DependencyTypeCausal
          DependencyType for a causal inter-transactions dependency.
 class DependencyTypeOrder
          DependencyType for an order inter-transactions dependency.
 class DependencyTypeWeakCausal
          DependencyType for a weak-causal inter-transactions dependency.
 

Fields in org.objectweb.transaction.lib.transaction declared as DependencyType
static DependencyType DependencyTypeWeakCausal.type
          Object value for dependency type Weak-Causal.
static DependencyType DependencyTypeOrder.type
          Object value for dependency type Order.
static DependencyType DependencyTypeCausal.type
          Object value for the dependency type Causal.