org.objectweb.transaction.api.transaction
Interface TransactionInterruptionFeature

All Superinterfaces:
Feature

public interface TransactionInterruptionFeature
extends Feature

Feature dealing with the interruption of a transaction.

Version:
0.1
Author:
Romain Rouvoy
ADL:
name="TRANSACTION_INTERRUPTION_FEATURE" value="transaction-interruption-feature"

Field Summary
static java.lang.String TRANSACTION_INTERRUPTION_FEATURE
          ADL Identifier.
 
Fields inherited from interface org.objectweb.transaction.api.Feature
FEATURE
 
Method Summary
 void resume()
          Allows to resume a previously suspended transaction.
 void suspend()
          Allows to suspend an active transaction.
 

Field Detail

TRANSACTION_INTERRUPTION_FEATURE

public static final java.lang.String TRANSACTION_INTERRUPTION_FEATURE
ADL Identifier.

See Also:
Constant Field Values
Method Detail

suspend

public void suspend()
Allows to suspend an active transaction.


resume

public void resume()
Allows to resume a previously suspended transaction.