public static enum AgentBuilder.Default.Dispatcher.CreationAction extends java.lang.Enum<AgentBuilder.Default.Dispatcher.CreationAction> implements java.security.PrivilegedAction<AgentBuilder.Default.Dispatcher>
| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
AgentBuilder.Default.Dispatcher |
run() |
static AgentBuilder.Default.Dispatcher.CreationAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AgentBuilder.Default.Dispatcher.CreationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentBuilder.Default.Dispatcher.CreationAction INSTANCE
public static AgentBuilder.Default.Dispatcher.CreationAction[] values()
for (AgentBuilder.Default.Dispatcher.CreationAction c : AgentBuilder.Default.Dispatcher.CreationAction.values()) System.out.println(c);
public static AgentBuilder.Default.Dispatcher.CreationAction valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic AgentBuilder.Default.Dispatcher run()
run in interface java.security.PrivilegedAction<AgentBuilder.Default.Dispatcher>