Package org.jboss.weld.bean.proxy
Interface BeanInstance
-
- All Known Implementing Classes:
AbstractBeanInstance,ContextBeanInstance,EnterpriseTargetBeanInstance,TargetBeanInstance
public interface BeanInstanceEach proxy maintains a single bean instance on which methods are invoked. Different types of bean instances can also be used to provide varying methods of obtaining the actual instance from the container.- Author:
- David Allen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetInstance()Returns the current instance for a proxy.Class<?>getInstanceType()Objectinvoke(Object instance, Method method, Object... arguments)
-