org.jboss.kernel.plugins.lazy
Class AbstractLazyInitializer.AbstractInvokeHandler
java.lang.Object
org.jboss.kernel.plugins.lazy.AbstractLazyInitializer.AbstractInvokeHandler
- Direct Known Subclasses:
- JavassistLazyInitializer.LazyHandler, JDKLazyInitializer.LazyHandler
- Enclosing class:
- AbstractLazyInitializer
protected abstract class AbstractLazyInitializer.AbstractInvokeHandler
- extends Object
Abstract invoke handler.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLazyInitializer.AbstractInvokeHandler
protected AbstractLazyInitializer.AbstractInvokeHandler(String bean,
KernelBus bus,
Class proxyClass)
executeInvoke
protected Object executeInvoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Excute invoke.
- Parameters:
proxy - the proxymethod - the methodargs - the arguments
- Returns:
- result
- Throws:
Throwable - for any error
Copyright ? 2007 JBoss Inc.. All Rights Reserved.