public final class ConstructorInstance<T> extends Object implements PrivilegedAction<T>
Modifier and Type | Method and Description |
---|---|
static <T> ConstructorInstance<T> |
action(Constructor<T> constructor,
Object... initArgs) |
T |
run() |
public static <T> ConstructorInstance<T> action(Constructor<T> constructor, Object... initArgs)
public T run()
run
in interface PrivilegedAction<T>
Copyright © 2019 JBoss by Red Hat. All rights reserved.