org.jboss.weld.bean.proxy
Class AbstractBeanInstance
java.lang.Object
org.jboss.weld.bean.proxy.AbstractBeanInstance
- All Implemented Interfaces:
- BeanInstance
- Direct Known Subclasses:
- ContextBeanInstance, EnterpriseTargetBeanInstance, TargetBeanInstance
public abstract class AbstractBeanInstance
- extends Object
- implements BeanInstance
- Author:
- David Allen
Field Summary |
protected static org.slf4j.cal10n.LocLogger |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.slf4j.cal10n.LocLogger log
AbstractBeanInstance
public AbstractBeanInstance()
invoke
public Object invoke(Object instance,
Method method,
Object... arguments)
throws Throwable
- Specified by:
invoke
in interface BeanInstance
- Throws:
Throwable
computeInstanceType
protected Class<?> computeInstanceType(javax.enterprise.inject.spi.Bean<?> bean)
computeInstanceType
protected Class<?> computeInstanceType(Set<Type> types)
Copyright © 2013 Seam Framework. All Rights Reserved.