public class AsyncAopIocLoader extends SimpleAopMaker<Async>
LifeCycle.Event, LifeCycle.Listener
Modifier and Type | Field and Description |
---|---|
protected ExecutorService |
es |
annoClass, iocName
IOCNAME
Modifier | Constructor and Description |
---|---|
|
AsyncAopIocLoader() |
protected |
AsyncAopIocLoader(ExecutorService es) |
|
AsyncAopIocLoader(int size) |
Modifier and Type | Method and Description |
---|---|
void |
depose() |
ExecutorService |
getExecutorService() |
List<? extends MethodInterceptor> |
makeIt(Async async,
Method method,
Ioc ioc) |
void |
setExecutorService(ExecutorService es) |
_anno, _name, checkClass, checkMethod, getInterceptorPairList, getMethods, getName, has, load
fetch, init, trigger
protected ExecutorService es
public AsyncAopIocLoader()
public AsyncAopIocLoader(int size)
protected AsyncAopIocLoader(ExecutorService es)
public List<? extends MethodInterceptor> makeIt(Async async, Method method, Ioc ioc)
makeIt
in class SimpleAopMaker<Async>
public void depose() throws Exception
depose
in interface LifeCycle
depose
in class AbstractLifeCycle
Exception
public ExecutorService getExecutorService()
public void setExecutorService(ExecutorService es)
Copyright © 2017. All rights reserved.