public final class NewProxyInstance<T> extends Object implements PrivilegedAction<T>
Modifier and Type | Method and Description |
---|---|
static NewProxyInstance<Object> |
action(ClassLoader classLoader,
Class<?>[] interfaces,
InvocationHandler invocationHandler) |
static <T> NewProxyInstance<T> |
action(ClassLoader classLoader,
Class<T> interfaze,
InvocationHandler invocationHandler) |
T |
run() |
public static <T> NewProxyInstance<T> action(ClassLoader classLoader, Class<T> interfaze, InvocationHandler invocationHandler)
public static NewProxyInstance<Object> action(ClassLoader classLoader, Class<?>[] interfaces, InvocationHandler invocationHandler)
public T run()
run
in interface PrivilegedAction<T>
Copyright © 2021 JBoss by Red Hat. All rights reserved.