|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TeamSource
Source to obtain Team instances.
| Method Summary | |
|---|---|
Team |
createTeam(TeamSourceContext context)
Creates the Team. |
TeamSourceSpecification |
getSpecification()
Obtains the specification for this. |
| Method Detail |
|---|
TeamSourceSpecification 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.
Team createTeam(TeamSourceContext context)
throws Exception
Team.
context - TeamSourceContext.
Team.
Exception - If fails to configure the TeamSource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||