Package org.jboss.weld.bean.proxy
Class EnterpriseTargetBeanInstance
java.lang.Object
org.jboss.weld.bean.proxy.AbstractBeanInstance
org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance
- All Implemented Interfaces:
Serializable,BeanInstance
- Author:
- David Allen, Marko Luksa
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEnterpriseTargetBeanInstance(Class<?> baseType, MethodHandler methodHandler) EnterpriseTargetBeanInstance(Set<Type> types, MethodHandler methodHandler) -
Method Summary
Methods inherited from class org.jboss.weld.bean.proxy.AbstractBeanInstance
computeInstanceType, computeInstanceType
-
Constructor Details
-
EnterpriseTargetBeanInstance
-
EnterpriseTargetBeanInstance
-
-
Method Details
-
getInstance
Description copied from interface:BeanInstanceReturns the current instance for a proxy.- Specified by:
getInstancein interfaceBeanInstance- Returns:
- the current bean instance
-
getInstanceType
- Specified by:
getInstanceTypein interfaceBeanInstance
-
invoke
- Specified by:
invokein interfaceBeanInstance- Overrides:
invokein classAbstractBeanInstance- Throws:
Throwable
-