public class SpringCmpAroundAspect extends Object implements CmpAroundAspect
| 构造器和说明 |
|---|
SpringCmpAroundAspect() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterProcess(NodeComponent cmp) |
void |
beforeProcess(NodeComponent cmp) |
void |
onError(NodeComponent cmp,
Exception e) |
void |
onSuccess(NodeComponent cmp) |
int |
priority() |
public void beforeProcess(NodeComponent cmp)
beforeProcess 在接口中 CmpAroundAspectpublic void afterProcess(NodeComponent cmp)
afterProcess 在接口中 CmpAroundAspectpublic void onSuccess(NodeComponent cmp)
onSuccess 在接口中 CmpAroundAspectpublic void onError(NodeComponent cmp, Exception e)
onError 在接口中 CmpAroundAspectpublic int priority()
priority 在接口中 SpiPriorityCopyright © 2024. All rights reserved.