org.objectweb.transaction.api.dependency
Interface DependencyTypeFeature

All Superinterfaces:
Feature

public interface DependencyTypeFeature
extends Feature

Feature providing the type of dependency if dependency type is defined.

Version:
0.1
Author:
Romain Rouvoy

Field Summary
 
Fields inherited from interface org.objectweb.transaction.api.Feature
FEATURE
 
Method Summary
 DependencyType getType()
          Provides the type of dependency considered.
 

Method Detail

getType

public DependencyType getType()
Provides the type of dependency considered.

Returns:
the instance of the type considered.