Class TransactionInterceptor
java.lang.Object
org.tentackle.reflect.AbstractInterceptor
org.tentackle.pdo.SessionProviderAwareInterceptor
org.tentackle.pdo.RemoteMethodAwareInterceptor
org.tentackle.pdo.TransactionInterceptor
- All Implemented Interfaces:
InvocationHandler, org.tentackle.reflect.Interceptor
Implementation of the
Transaction interception.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionproceed(Object proxy, Method method, Object[] args, Object orgProxy, Method orgMethod, Object[] orgArgs) voidsetAnnotation(Annotation annotation) Methods inherited from class RemoteMethodAwareInterceptor
isRemoteMethodMethods inherited from class SessionProviderAwareInterceptor
getSessionMethods inherited from class org.tentackle.reflect.AbstractInterceptor
getAnnotation, getChainedInterceptor, invoke, setChainedInterceptor
-
Constructor Details
-
TransactionInterceptor
public TransactionInterceptor()Creates aTransactioninterceptor.
-
-
Method Details
-
setAnnotation
- Specified by:
setAnnotationin interfaceorg.tentackle.reflect.Interceptor- Overrides:
setAnnotationin classorg.tentackle.reflect.AbstractInterceptor
-
proceed
-