net.officefloor.frame.impl.spi.team
Class OnePersonTeamSource
java.lang.Object
net.officefloor.frame.spi.team.source.impl.AbstractTeamSource
net.officefloor.frame.impl.spi.team.OnePersonTeamSource
- All Implemented Interfaces:
- TeamSource
public class OnePersonTeamSource
- extends AbstractTeamSource
TeamSource for the OnePersonTeam.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_WAIT_TIME_PROPERTY_NAME
public static final String MAX_WAIT_TIME_PROPERTY_NAME
- Property name of the max wait time in milliseconds.
- See Also:
- Constant Field Values
OnePersonTeamSource
public OnePersonTeamSource()
loadSpecification
protected void loadSpecification(AbstractTeamSource.SpecificationContext context)
- Description copied from class:
AbstractTeamSource
- Overridden to load specification.
- Specified by:
loadSpecification in class AbstractTeamSource
- Parameters:
context - AbstractTeamSource.SpecificationContext.
createTeam
public Team createTeam(TeamSourceContext context)
throws Exception
- Description copied from interface:
TeamSource
- Creates the
Team.
- Parameters:
context - TeamSourceContext.
- Returns:
Team.
- Throws:
Exception - If fails to configure the TeamSource.
Copyright © 2005-2013. All Rights Reserved.