Interface AbstractAsyncManagedObjectSource.ExecutionLabeller
public static interface AbstractAsyncManagedObjectSource.ExecutionLabeller
Provides the ability to label the required
ExecutionStrategy.-
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()Obtains the index of theExecutionStrategy.Specifies the label.
-
Method Details
-
setLabel
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.
-