public static enum JavaDispatcher.Invoker.CreationAction extends Enum<JavaDispatcher.Invoker.CreationAction> implements PrivilegedAction<JavaDispatcher.Invoker>
JavaDispatcher.Invoker.| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
JavaDispatcher.Invoker |
run() |
static JavaDispatcher.Invoker.CreationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaDispatcher.Invoker.CreationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaDispatcher.Invoker.CreationAction INSTANCE
public static JavaDispatcher.Invoker.CreationAction[] values()
for (JavaDispatcher.Invoker.CreationAction c : JavaDispatcher.Invoker.CreationAction.values()) System.out.println(c);
public static JavaDispatcher.Invoker.CreationAction valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic JavaDispatcher.Invoker run()
run in interface PrivilegedAction<JavaDispatcher.Invoker>Copyright © 2014–2021. All rights reserved.