Interface AbstractAsyncManagedObjectSource.ExecutionLabeller
-
- Enclosing class:
- AbstractAsyncManagedObjectSource<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
public static interface AbstractAsyncManagedObjectSource.ExecutionLabellerProvides the ability to label the requiredExecutionStrategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()Obtains the index of theExecutionStrategy.AbstractAsyncManagedObjectSource.ExecutionLabellersetLabel(java.lang.String label)Specifies the label.
-
-
-
Method Detail
-
setLabel
AbstractAsyncManagedObjectSource.ExecutionLabeller setLabel(java.lang.String label)
Specifies the label.- Parameters:
label- Label.- Returns:
thisAbstractAsyncManagedObjectSource.ExecutionLabeller(allows simpler coding).
-
getIndex
int getIndex()
Obtains the index of theExecutionStrategy.- Returns:
- Index of the
ExecutionStrategy.
-
-