org.jboss.kernel.plugins.lazy
Class JDKLazyInitializer.LazyHandler

java.lang.Object
  extended by org.jboss.kernel.plugins.lazy.AbstractLazyInitializer.AbstractInvokeHandler
      extended by org.jboss.kernel.plugins.lazy.JDKLazyInitializer.LazyHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
JDKLazyInitializer

public class JDKLazyInitializer.LazyHandler
extends AbstractLazyInitializer.AbstractInvokeHandler
implements InvocationHandler

Lazy invocation handler.


Constructor Summary
JDKLazyInitializer.LazyHandler(String bean, KernelBus bus, Class proxyClass)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class org.jboss.kernel.plugins.lazy.AbstractLazyInitializer.AbstractInvokeHandler
executeInvoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDKLazyInitializer.LazyHandler

public JDKLazyInitializer.LazyHandler(String bean,
                                      KernelBus bus,
                                      Class proxyClass)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright ? 2007 JBoss Inc.. All Rights Reserved.