org.objectweb.jac.aspects.transaction
Interface TransactionConf

All Known Implementing Classes:
TransactionAC

public interface TransactionConf

This is the configuration interface of the Transaction aspect.

Author:
Renaud Pawlak
See Also:
TransactionAC

Method Summary
 void defineTransactionalMethods(String classExpr, String methodExpr, String objectExpr)
          Tells which methods of which objects must be transactional.
 

Method Detail

defineTransactionalMethods

public void defineTransactionalMethods(String classExpr,
                                       String methodExpr,
                                       String objectExpr)
Tells which methods of which objects must be transactional.

Parameters:
classExpr - a class pointcut expression
methodExpr - a method pointcut expression
objectExpr - an object pointcut expression
See Also:
TransactionAC.TransactionWrapper