org.objectweb.transaction.api.stamp
Interface StampProviderFeature

All Superinterfaces:
Feature

public interface StampProviderFeature
extends Feature

Feature providing instances of stamps when requested depending on a particular parameter (time, counter, ...).

Version:
0.1
Author:
Romain Rouvoy
ADL:
name="STAMP_PROVIDER_FEATURE" value="stamp-provider-feature"

Field Summary
static java.lang.String STAMP_PROVIDER_FEATURE
          ADL Identifier
 
Fields inherited from interface org.objectweb.transaction.api.Feature
FEATURE
 
Method Summary
 Stamp getStamp()
          Provides a stamp.
 

Field Detail

STAMP_PROVIDER_FEATURE

public static final java.lang.String STAMP_PROVIDER_FEATURE
ADL Identifier

See Also:
Constant Field Values
Method Detail

getStamp

public Stamp getStamp()
Provides a stamp.

Returns:
the instance of the stamp.