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