|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProxyType<O>
The proxy type.
| Method Summary | |
|---|---|
O |
createProxy(MethodHandler handler)
Create a proxy instance that delegates all method invocations to the provided handler |
MethodHandler |
getInvoker(java.lang.Object proxy)
Returns the method handler for the specified proxy or null if the object argument is not instrumented. |
java.lang.Class<? extends O> |
getType()
Returns the proxied type. |
| Method Detail |
|---|
O createProxy(MethodHandler handler)
handler - the handler
MethodHandler getInvoker(java.lang.Object proxy)
proxy - the instrumented proxy
java.lang.Class<? extends O> getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||