org.apache.webbeans.proxy
Class DependentBeanProxy

java.lang.Object
  extended by org.apache.webbeans.proxy.DependentBeanProxy

public class DependentBeanProxy
extends Object


Constructor Summary
DependentBeanProxy()
           
 
Method Summary
 Object getActualInstance()
           
 Object getProxyInstance()
           
 void setActualInstance(Object actualInstance)
           
 void setProxyInstance(Object proxyInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependentBeanProxy

public DependentBeanProxy()
Method Detail

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-2011 The Apache Software Foundation. All Rights Reserved.