Interface OfficeFloorExecutive
- All Superinterfaces:
PropertyConfigurable
- All Known Subinterfaces:
ExecutiveNode
- All Known Implementing Classes:
ExecutiveNodeImpl
Executive for the OfficeFloor.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptiongetOfficeFloorExecutionStrategy(String executionStrategyName) Obtains theOfficeFloorExecutionStrategyforExecutionStrategyType.Obtains the name of thisOfficeFloorExecutive.Methods inherited from interface net.officefloor.compile.properties.PropertyConfigurable
addProperty
-
Method Details
-
getOfficeFloorExecutiveName
String getOfficeFloorExecutiveName()Obtains the name of thisOfficeFloorExecutive.- Returns:
- Name of this
OfficeFloorExecutive.
-
getOfficeFloorExecutionStrategy
Obtains theOfficeFloorExecutionStrategyforExecutionStrategyType.- Parameters:
executionStrategyName- Name ofExecutionStrategyType.- Returns:
OfficeFloorExecutionStrategy.
-