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
defineTransactionalMethods
public void defineTransactionalMethods(String classExpr,
String methodExpr,
String objectExpr)
- Tells which methods of which objects must be transactional.
- Parameters:
classExpr
- a class pointcut expressionmethodExpr
- a method pointcut expressionobjectExpr
- an object pointcut expression- See Also:
TransactionAC.TransactionWrapper