public class JediAsyncAspect extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.core.Ordered
| 构造器和说明 |
|---|
JediAsyncAspect() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
void |
annotationPointcut() |
void |
destroy() |
int |
getOrder() |
Object |
jediAsyncAround(org.aspectj.lang.ProceedingJoinPoint joinPoint) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void annotationPointcut()
public Object jediAsyncAround(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws Throwable
Throwablepublic int getOrder()
getOrder 在接口中 org.springframework.core.Orderedpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2022 hellothomas. All rights reserved.