Interface ExecutionStrategyType
-
- All Known Implementing Classes:
ExecutionStrategyTypeImpl
public interface ExecutionStrategyType
Type definition
of anExecutionStrategy
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getExecutionStrategyName()
Obtains the name of theExecutionStrategy
.
-
-
-
Method Detail
-
getExecutionStrategyName
java.lang.String getExecutionStrategyName()
Obtains the name of theExecutionStrategy
.- Returns:
- Name of the
ExecutionStrategy
.
-
-