JavaScript is disabled on your browser.
C G N
C
ConcurrentProxy - Class in no.sesat.commons.reflect
java.lang.reflect.Proxy
provides static methods for creating dynamic proxy
classes and instances, and it is also the superclass of all
dynamic proxy classes created by those methods.
G
getProxyClass(ClassLoader, Class<?>...) - Static method in class no.sesat.commons.reflect.ConcurrentProxy
Returns the java.lang.Class
object for a proxy class
given a class loader and an array of interfaces.
N
newProxyInstance(ClassLoader, Class<?>[], InvocationHandler) - Static method in class no.sesat.commons.reflect.ConcurrentProxy
Returns an instance of a proxy class for the specified interfaces
that dispatches method invocations to the specified invocation
handler.
no.sesat.commons.reflect - package no.sesat.commons.reflect
C G N
Copyright © 2011 FINN AS . All Rights Reserved.