|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.Proxies
public class Proxies
This class provides all dynamic proxy related utility functions. Currently only setProxyImplementation is provided.
Codehaus.org.
| Constructor Summary | |
|---|---|
Proxies()
|
|
| Method Summary | |
|---|---|
static boolean |
setProxyImplementation(java.lang.Object proxy,
java.lang.Object impl)
Hot-swap implementation for a proxy object created by a proxy component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Proxies()
| Method Detail |
|---|
public static boolean setProxyImplementation(java.lang.Object proxy,
java.lang.Object impl)
throws java.lang.IllegalArgumentException
proxy - the proxied component instance.impl - the object to change the underlying real instance to.
java.lang.IllegalArgumentException - if the object does not
implement all the interfaces the proxy implements.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||