|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProxyContext
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 |
---|
ProxyType getProxyType()
ProxyType
for this proxy.
Interceptor[] getInterceptors(java.lang.reflect.Method method)
java.lang.Object unwrap()
boolean isClassProxy()
Handle getHandle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |