public final class JdkProxyManager extends AbstractProxyManager implements ProxyManager
| Constructor and Description |
|---|
JdkProxyManager() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createNewProxy(org.osgi.framework.Bundle clientBundle,
Collection<Class<?>> classes,
InvocationHandler handler) |
protected InvocationHandler |
getInvocationHandler(Object proxy) |
protected boolean |
isProxyClass(Class<?> clazz) |
createProxy, createProxy, getClassLoader, isProxy, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateProxy, createProxy, isProxy, unwrappublic Object createNewProxy(org.osgi.framework.Bundle clientBundle, Collection<Class<?>> classes, InvocationHandler handler)
createNewProxy in class AbstractProxyManagerprotected boolean isProxyClass(Class<?> clazz)
isProxyClass in class AbstractProxyManagerprotected InvocationHandler getInvocationHandler(Object proxy)
getInvocationHandler in class AbstractProxyManagerCopyright © 2016. All rights reserved.