public class ServiceBeanAopInvocationHandler
extends Object
implements InvocationHandler
| Constructor and Description |
|---|
ServiceBeanAopInvocationHandler(Object bean,
ServiceBeanAopCacheManager serviceBeanAopCacheManager) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTarget() |
Object |
invoke(Object proxy,
Method method,
Object[] arguments) |
void |
setTarget(Object target) |
public ServiceBeanAopInvocationHandler(Object bean,
ServiceBeanAopCacheManager serviceBeanAopCacheManager)