org.apache.webbeans.proxy
Class DependentBeanProxy
java.lang.Object
org.apache.webbeans.proxy.DependentBeanProxy
public class DependentBeanProxy
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependentBeanProxy
public DependentBeanProxy()
getProxyInstance
public Object getProxyInstance()
- Returns:
- the proxyInstance
setProxyInstance
public void setProxyInstance(Object proxyInstance)
- Parameters:
proxyInstance - the proxyInstance to set
getActualInstance
public Object getActualInstance()
- Returns:
- the actualInstance
setActualInstance
public void setActualInstance(Object actualInstance)
- Parameters:
actualInstance - the actualInstance to set
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.