|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.objectweb.jac.core.AspectComponent
|
+--org.objectweb.jac.aspects.transaction.TransactionAC
This aspect component handle the transaction aspect within JAC applications.
| Nested Class Summary | |
class |
TransactionAC.TransactionWrapper
This wrapper defines the transaction wrapper. |
| Field Summary |
| Fields inherited from class org.objectweb.jac.core.AspectComponent |
application, blockKeywords, cr, currentConfigMethod, currentImports, firstCall, NOT_SHARED, SHARED, startWeavingCCount, startWeavingCount, startWeavingMethod, startWeavingType, systemListener, wrappers |
| Fields inherited from interface org.objectweb.jac.core.BaseProgramListener |
FOUND_OBJECT |
| Constructor Summary | |
TransactionAC()
The default constructor. |
|
| Method Summary | |
void |
defineTransactionalMethods(String classExpr,
String methodExpr,
String objectExpr)
Tells which methods of which objects must be transactional. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TransactionAC()
DispatchTransactionWrapper instance.
DispatchTransactionWrapper,
DispatchTransactionWrapper.dispatch(org.objectweb.jac.core.Interaction)| Method Detail |
public void defineTransactionalMethods(String classExpr,
String methodExpr,
String objectExpr)
TransactionConf
defineTransactionalMethods in interface TransactionConfclassExpr - a class pointcut expressionmethodExpr - a method pointcut expressionobjectExpr - an object pointcut expressionTransactionAC.TransactionWrapper
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||