public enum GetTcclAction extends Enum<GetTcclAction> implements PrivilegedAction<ClassLoader>
Thread Context ClassLoader; should be used inside an
AccessController.doPrivileged(PrivilegedAction) block.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
run() |
static GetTcclAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetTcclAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetTcclAction INSTANCE
public static GetTcclAction[] values()
for (GetTcclAction c : GetTcclAction.values()) System.out.println(c);
public static GetTcclAction 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 ClassLoader run()
run in interface PrivilegedAction<ClassLoader>Copyright © 2013 JBoss by Red Hat. All Rights Reserved.