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"
Fields inherited from interface org.objectweb.transaction.api.Feature |
FEATURE |
STAMP_PROVIDER_FEATURE
public static final java.lang.String STAMP_PROVIDER_FEATURE
- ADL Identifier
- See Also:
- Constant Field Values
getStamp
public Stamp getStamp()
- Provides a stamp.
- Returns:
- the instance of the stamp.