public class IOThreadAspectJ
extends java.lang.Object
desc : 子线程切片, 保证注解的方法发生在子线程中
author : xuexiang
time : 2018/4/23 上午1:14
| Constructor and Description |
|---|
IOThreadAspectJ() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
aroundJoinPoint(ProceedingJoinPoint joinPoint,
IOThread ioThread) |
void |
method() |
void |
methodInsideAnnotatedType() |
void |
withinAnnotatedClass() |
public void withinAnnotatedClass()
public void methodInsideAnnotatedType()
public void method()
public java.lang.Object aroundJoinPoint(ProceedingJoinPoint joinPoint,
IOThread ioThread)
throws java.lang.Throwable
java.lang.Throwable