@Immutable private static enum FsCachingController.EntrySocketFactory extends Enum<FsCachingController.EntrySocketFactory>
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract OutputSocket<?> |
newOutputSocket(FsCachingController.EntryController controller,
OutputSocket<?> output) |
static FsCachingController.EntrySocketFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FsCachingController.EntrySocketFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FsCachingController.EntrySocketFactory NIO2
public static final FsCachingController.EntrySocketFactory OIO
abstract OutputSocket<?> newOutputSocket(FsCachingController.EntryController controller, OutputSocket<?> output)
public static FsCachingController.EntrySocketFactory 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 FsCachingController.EntrySocketFactory[] values()
for (FsCachingController.EntrySocketFactory c : FsCachingController.EntrySocketFactory.values()) System.out.println(c);
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.