@Immutable private static enum FsFinalizeController.SocketFactory extends Enum<FsFinalizeController.SocketFactory>
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract InputSocket<?> |
newInputSocket(FsFinalizeController<?> controller,
FsEntryName name,
BitField<FsInputOption> options) |
(package private) abstract OutputSocket<?> |
newOutputSocket(FsFinalizeController<?> controller,
FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
static FsFinalizeController.SocketFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FsFinalizeController.SocketFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FsFinalizeController.SocketFactory NIO2
public static final FsFinalizeController.SocketFactory OIO
abstract InputSocket<?> newInputSocket(FsFinalizeController<?> controller, FsEntryName name, BitField<FsInputOption> options)
abstract OutputSocket<?> newOutputSocket(FsFinalizeController<?> controller, FsEntryName name, BitField<FsOutputOption> options, @CheckForNull Entry template)
public static FsFinalizeController.SocketFactory 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 FsFinalizeController.SocketFactory[] values()
for (FsFinalizeController.SocketFactory c : FsFinalizeController.SocketFactory.values()) System.out.println(c);
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.