Interface TeamOversight
- All Known Implementing Classes:
WebThreadAffinityExecutive
public interface TeamOversight
Oversight for a
Team.- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
createTeam
Creates the
Team.This is expected to delegate to the
TeamSourceto create theTeam. However, theExecutivemay decide to wrap theTeamor provide multipleTeaminstances with assigning algorithm (such as taking advantage ofThreadaffinity). The choice is, however, ultimately left to theExecutiveto manage theTeaminstances.- Parameters:
context-ExecutiveContext.- Returns:
Team.- Throws:
Exception- If fails to configure theTeamSource.
-