org.jboss.kernel.plugins.lazy
Class JDKLazyInitializer
java.lang.Object
org.jboss.kernel.plugins.lazy.AbstractLazyInitializer
org.jboss.kernel.plugins.lazy.JDKLazyInitializer
- All Implemented Interfaces:
- LazyInitializer
public class JDKLazyInitializer
- extends AbstractLazyInitializer
Java JDK lazy initializer.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDKLazyInitializer
public JDKLazyInitializer()
initializeProxy
public Object initializeProxy(Kernel kernel,
String bean,
boolean exposeClass,
Set<String> interfaces)
throws Throwable
- Description copied from interface:
LazyInitializer
- Initialize lazy proxy with no metadata.
- Parameters:
kernel
- the kernelbean
- the bean to wrapexposeClass
- do we expose full classinterfaces
- interfaces to expose
- Returns:
- the proxy
- Throws:
Throwable
- for any error
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.