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