public class StatefulInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor, Startable
| 构造器和说明 |
|---|
StatefulInterceptor(ContainerCallback containerCallback,
TargetMetaRequestsHolder targetMetaRequestsHolder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
boolean |
isStateful(TargetMetaDef targetMetaDef) |
void |
start()
Start this component.
|
void |
stop()
Stop this component.
|
public StatefulInterceptor(ContainerCallback containerCallback, TargetMetaRequestsHolder targetMetaRequestsHolder)
containerCallback - public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
invoke 在接口中 org.aopalliance.intercept.MethodInterceptorThrowablepublic boolean isStateful(TargetMetaDef targetMetaDef)
Copyright © 2018. All rights reserved.