public class TccActionInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
| 限定符和类型 | 字段和说明 |
|---|---|
protected RemotingDesc |
remotingDesc
remoting bean info
|
| 构造器和说明 |
|---|
TccActionInterceptor()
Instantiates a new Tcc action interceptor.
|
TccActionInterceptor(RemotingDesc remotingDesc)
Instantiates a new Tcc action interceptor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected Method |
getActionInterfaceMethod(org.aopalliance.intercept.MethodInvocation invocation)
get the method from interface
|
protected Class<?> |
getProxyInterface(Object proxyBean)
get the interface of proxy
|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
protected RemotingDesc remotingDesc
public TccActionInterceptor()
public TccActionInterceptor(RemotingDesc remotingDesc)
remotingDesc - the remoting descpublic Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke 在接口中 org.aopalliance.intercept.MethodInterceptorThrowableprotected Method getActionInterfaceMethod(org.aopalliance.intercept.MethodInvocation invocation)
invocation - the invocationCopyright © 2019 Seata. All rights reserved.