
public interface GrapheneProxyInstance
Marker interface for all instances of proxies created by GrapheneProxy.
| Modifier and Type | Method and Description |
|---|---|
<T> T |
copy() |
GrapheneContext |
getGrapheneContext() |
GrapheneProxyHandler |
getHandler() |
void |
registerInterceptor(Interceptor interceptor) |
Interceptor |
unregisterInterceptor(Interceptor interceptor) |
<T> T |
unwrap() |
void registerInterceptor(Interceptor interceptor)
Interceptor unregisterInterceptor(Interceptor interceptor)
GrapheneProxyHandler getHandler()
<T> T copy()
<T> T unwrap()
GrapheneContext getGrapheneContext()
Copyright © 2015 JBoss by Red Hat. All rights reserved.