Class ThreadLocalAwareTeamSource
java.lang.Object
net.officefloor.frame.api.team.source.impl.AbstractTeamSource
net.officefloor.frame.impl.spi.team.ThreadLocalAwareTeamSource
- All Implemented Interfaces:
TeamSource
TeamSource for the ThreadLocalAwareTeam.- Author:
- Daniel Sagenschneider
-
Nested Class Summary
Nested classes/interfaces inherited from class net.officefloor.frame.api.team.source.impl.AbstractTeamSource
AbstractTeamSource.SpecificationContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTeam(TeamSourceContext context) Creates theTeam.protected voidOverridden to load specification.Methods inherited from class net.officefloor.frame.api.team.source.impl.AbstractTeamSource
getSpecification
-
Constructor Details
-
ThreadLocalAwareTeamSource
public ThreadLocalAwareTeamSource()
-
-
Method Details
-
loadSpecification
Description copied from class:AbstractTeamSourceOverridden to load specification.- Specified by:
loadSpecificationin classAbstractTeamSource- Parameters:
context-AbstractTeamSource.SpecificationContext.
-
createTeam
Description copied from interface:TeamSourceCreates theTeam.- Parameters:
context-TeamSourceContext.- Returns:
Team.- Throws:
Exception- If fails to configure theTeamSource.
-