Interface ExecutiveSource
- All Known Implementing Classes:
AbstractExecutiveSource,DefaultExecutive,WebThreadAffinityExecutiveSource
public interface ExecutiveSource
Source to obtain the
Executive.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptioncreateExecutive(ExecutiveSourceContext context) Creates theExecutive.Obtains the specification for this.
-
Method Details
-
getSpecification
ExecutiveSourceSpecification getSpecification()Obtains the specification for this.
This will be called before any other methods, therefore this method must be able to return the specification immediately after a default constructor instantiation.
- Returns:
- Specification of this.
-
createExecutive
Creates theExecutive.- Parameters:
context-ExecutiveSourceContext.- Returns:
Executive.- Throws:
Exception- If fails to configure theExecutiveSource.
-