Uses of Interface
net.officefloor.frame.api.executive.TeamOversight
-
-
Uses of TeamOversight in net.officefloor.frame.api.executive
Methods in net.officefloor.frame.api.executive that return TeamOversight Modifier and Type Method Description default TeamOversight[]
Executive. getTeamOversights()
Obtains theTeamOversight
instances. -
Uses of TeamOversight in net.officefloor.frame.impl.construct.executive
Methods in net.officefloor.frame.impl.construct.executive that return types with arguments of type TeamOversight Modifier and Type Method Description java.util.Map<java.lang.String,TeamOversight>
RawExecutiveMetaData. getTeamOversights()
Obtains theTeamOversight
instances by their name. -
Uses of TeamOversight in net.officefloor.frame.impl.construct.team
Constructor parameters in net.officefloor.frame.impl.construct.team with type arguments of type TeamOversight Constructor Description RawTeamMetaDataFactory(SourceContext sourceContext, Executive executive, java.util.Map<java.lang.String,TeamOversight> teamOversights, ThreadFactoryManufacturer threadFactoryManufacturer, ThreadLocalAwareExecutor threadLocalAwareExecutor)
Instantiate. -
Uses of TeamOversight in net.officefloor.frame.impl.execute.executive
Methods in net.officefloor.frame.impl.execute.executive that return types with arguments of type TeamOversight Modifier and Type Method Description java.util.Map<java.lang.String,TeamOversight>
DefaultExecutive. getTeamOversightMap()
Obtains theTeamOversight
instances by name. -
Uses of TeamOversight in net.officefloor.web.executive
Classes in net.officefloor.web.executive that implement TeamOversight Modifier and Type Class Description class
WebThreadAffinityExecutive
WebThread
affinityExecutive
.Methods in net.officefloor.web.executive that return TeamOversight Modifier and Type Method Description TeamOversight[]
WebThreadAffinityExecutive. getTeamOversights()
-