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. getTeamOversight()
Obtains theTeamOversight
. -
Uses of TeamOversight in net.officefloor.frame.impl.construct.executive
Methods in net.officefloor.frame.impl.construct.executive that return TeamOversight Modifier and Type Method Description TeamOversight
RawExecutiveMetaData. getTeamOversight()
Obtains theTeamOversight
.Constructors in net.officefloor.frame.impl.construct.executive with parameters of type TeamOversight Constructor Description RawExecutiveMetaData(Executive executive, java.util.Map<java.lang.String,java.util.concurrent.ThreadFactory[]> executionStrategies, TeamOversight teamOversight)
Instantiate. -
Uses of TeamOversight in net.officefloor.frame.impl.construct.team
Constructors in net.officefloor.frame.impl.construct.team with parameters of type TeamOversight Constructor Description RawTeamMetaDataFactory(SourceContext sourceContext, Executive executive, TeamOversight teamOversight, ThreadFactoryManufacturer threadFactoryManufacturer, ThreadLocalAwareExecutor threadLocalAwareExecutor)
Instantiate. -
Uses of TeamOversight in net.officefloor.server.appengine
Classes in net.officefloor.server.appengine that implement TeamOversight Modifier and Type Class Description class
GoogleAppEngineExecutive
Executive
for Google AppEngine.Methods in net.officefloor.server.appengine that return TeamOversight Modifier and Type Method Description TeamOversight
GoogleAppEngineExecutive. getTeamOversight()
-
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. getTeamOversight()
-