public interface ProxyCtl
Compare this to the AOPProxyCtl interface, which is
implemented by proxies used for the AOPAlliance method
or constructor interceptor feature
| Modifier and Type | Method and Description |
|---|---|
Object |
__make()
This method causes the proxy instance to get created at the current time, without
calling any of the methods on the underlying class itself.
|
Object __make() throws MultiException
MultiException - If there was an error creating the proxy a MultiException will
be thrown containing the underlying cause or causesCopyright © 2009–2019 Oracle Corporation. All rights reserved.