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