@Immutable private static enum FsLockController.ThreadLocalUtilFactory extends Enum<FsLockController.ThreadLocalUtilFactory>
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract ThreadLocal<FsLockController.ThreadUtil> |
newThreadLocalUtil() |
static FsLockController.ThreadLocalUtilFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FsLockController.ThreadLocalUtilFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FsLockController.ThreadLocalUtilFactory NEW
public static final FsLockController.ThreadLocalUtilFactory OLD
abstract ThreadLocal<FsLockController.ThreadUtil> newThreadLocalUtil()
public static FsLockController.ThreadLocalUtilFactory 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 static FsLockController.ThreadLocalUtilFactory[] values()
for (FsLockController.ThreadLocalUtilFactory c : FsLockController.ThreadLocalUtilFactory.values()) System.out.println(c);
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.