public interface IoCProxiedComponentProvider extends IoCComponentProvider
The component is fully managed by the runtime but when an instance is created the underlying IoC framework is deferred to for creating a proxy of the component instance.
| Modifier and Type | Method and Description |
|---|---|
Object |
getInstance()
This method will not be invoked since an instance is
created by the runtime, and that instance may be proxied via the
proxy(java.lang.Object) method. |
Object |
proxy(Object o)
Proxy a component instance.
|
Object getInstance()
proxy(java.lang.Object) method.getInstance in interface ComponentProviderCopyright © 2014 Oracle Corporation. All rights reserved.