org.jboss.weld.bean.proxy
Interface Proxy


public interface Proxy

General interface for all proxies adding functionality that can change the behavior of the proxy during runtime.

Author:
David Allen

Method Summary
 BeanInstance proxy_getInstance()
          Gets the proxied bean instance.
 void proxy_setInstance(BeanInstance beanInstance)
          Sets the proxied instance.
 

Method Detail

proxy_getInstance

BeanInstance proxy_getInstance()
Gets the proxied bean instance.

Returns:
the bean instance being proxied

proxy_setInstance

void proxy_setInstance(BeanInstance beanInstance)
Sets the proxied instance.

Parameters:
beanInstance - a bean instance to proxy


Copyright © 2013 Seam Framework. All Rights Reserved.