org.objectweb.transaction.api.dependency
Interface DependencyType

All Known Implementing Classes:
DependencyTypeCausal, DependencyTypeOrder, DependencyTypeWeakCausal

public interface DependencyType

Defines various types for dependencies.

Version:
0.1
Author:
Romain Rouvoy

Method Summary
 int getValue()
          Retrieves the int value for this type of dependency.
 

Method Detail

getValue

public int getValue()
Retrieves the int value for this type of dependency.

Returns:
the encoded value for the requested DependencyType