|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Proxy instance context.
Method Summary | |
Handle |
getHandle()
Gets serializable proxy reference. |
Interceptor[] |
getInterceptors(java.lang.reflect.Method method)
Gets interceptors assigned to method. |
ProxyType |
getProxyType()
Gets ProxyType for this proxy. |
boolean |
isClassProxy()
Is this a class proxy (as opposed to a dynamic proxy)? |
java.lang.Object |
unwrap()
Gets proxied object. Returns wrapped object for dynamic proxies, and creates new, non-proxied copy for class proxies. |
Method Detail |
public ProxyType getProxyType()
ProxyType
for this proxy.
public Interceptor[] getInterceptors(java.lang.reflect.Method method)
public java.lang.Object unwrap()
public boolean isClassProxy()
public Handle getHandle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |