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 TeamOversightExecutive. 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 TeamOversightRawExecutiveMetaData. 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 classGoogleAppEngineExecutiveExecutivefor Google AppEngine.Methods in net.officefloor.server.appengine that return TeamOversight Modifier and Type Method Description TeamOversightGoogleAppEngineExecutive. getTeamOversight() -
Uses of TeamOversight in net.officefloor.web.executive
Classes in net.officefloor.web.executive that implement TeamOversight Modifier and Type Class Description classWebThreadAffinityExecutiveWebThreadaffinityExecutive.Methods in net.officefloor.web.executive that return TeamOversight Modifier and Type Method Description TeamOversightWebThreadAffinityExecutive. getTeamOversight()
-