Uses of Interface
net.officefloor.frame.api.executive.Executive
Packages that use Executive
Package
Description
-
Uses of Executive in net.officefloor.frame.api.executive.source
Methods in net.officefloor.frame.api.executive.source that return ExecutiveModifier and TypeMethodDescriptionExecutiveSource.createExecutive(ExecutiveSourceContext context) Creates theExecutive.Methods in net.officefloor.frame.api.executive.source with parameters of type ExecutiveModifier and TypeMethodDescriptionExecutiveSourceContext.createThreadFactory(String executionStrategyName, Executive executive) Creates the underlyingThreadFactorythat should be used forExecutionStrategyinstances. -
Uses of Executive in net.officefloor.frame.impl.construct.executive
Methods in net.officefloor.frame.impl.construct.executive that return ExecutiveMethods in net.officefloor.frame.impl.construct.executive with parameters of type ExecutiveModifier and TypeMethodDescriptionExecutiveSourceContextImpl.createThreadFactory(String executionStrategyName, Executive executive) Constructors in net.officefloor.frame.impl.construct.executive with parameters of type ExecutiveModifierConstructorDescriptionRawExecutiveMetaData(Executive executive, Map<String, ThreadFactory[]> executionStrategies, TeamOversight teamOversight) Instantiate. -
Uses of Executive in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return ExecutiveConstructors in net.officefloor.frame.impl.construct.officefloor with parameters of type ExecutiveModifierConstructorDescriptionRawOfficeFloorMetaData(Executive executive, ThreadFactory[] defaultExecutionStrategy, Map<String, ThreadFactory[]> executionStrategies, Map<String, RawTeamMetaData> teamRegistry, BackgroundScheduling[] backgroundSchedulings, Object startupNotify, ThreadLocalAwareExecutor threadLocalAwareExecutor, ManagedExecutionFactory managedExecutionFactory, Map<String, RawManagedObjectMetaData<?, ?>> mosRegistry, EscalationFlow officeFloorEscalation, OfficeFloorListener[] officeFloorListeners) Initiate. -
Uses of Executive in net.officefloor.frame.impl.construct.team
Constructors in net.officefloor.frame.impl.construct.team with parameters of type ExecutiveModifierConstructorDescriptionExecutiveContextImpl(boolean isLoadingType, String teamName, boolean isRequestNoTeamOversight, int teamSize, TeamSource teamSource, Executive executive, ThreadFactoryManufacturer threadFactoryManufacturer, SourceProperties properties, SourceContext sourceContext) Initialise.RawTeamMetaDataFactory(SourceContext sourceContext, Executive executive, TeamOversight teamOversight, ThreadFactoryManufacturer threadFactoryManufacturer, ThreadLocalAwareExecutor threadLocalAwareExecutor) Instantiate. -
Uses of Executive in net.officefloor.frame.impl.execute.execution
Methods in net.officefloor.frame.impl.execute.execution with parameters of type ExecutiveModifier and TypeMethodDescription<E extends Throwable>
ManagedExecution<E>ManagedExecutionFactoryImpl.createManagedExecution(Executive executive, Execution<E> execution) ThreadFactoryManufacturer.manufactureThreadFactory(String name, Executive executive) Manufactures a newThreadFactory. -
Uses of Executive in net.officefloor.frame.impl.execute.executive
Classes in net.officefloor.frame.impl.execute.executive that implement ExecutiveMethods in net.officefloor.frame.impl.execute.executive that return ExecutiveModifier and TypeMethodDescriptionDefaultExecutive.createExecutive(ExecutiveSourceContext context) -
Uses of Executive in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that return ExecutiveConstructors in net.officefloor.frame.impl.execute.office with parameters of type ExecutiveModifierConstructorDescriptionOfficeMetaDataImpl(String officeName, OfficeManagerHirer officeManagerHirer, MonitorClock monitorClock, FunctionLoop functionLoop, ThreadLocalAwareExecutor threadLocalAwareExecutor, Executive executive, ManagedExecutionFactory managedExecutionFactory, ManagedFunctionMetaData<?, ?>[] functionMetaDatas, ManagedFunctionLocator functionLocator, ProcessMetaData processMetaData, ManagedFunctionMetaData<?, ?> stateKeepAliveFunctionMetaData, Map<String, ManagedFunctionMetaData<?, ?>> loadObjectMetaDatas, OfficeStartupFunction[] startupFunctions, Profiler profiler) Initiate. -
Uses of Executive in net.officefloor.frame.impl.execute.officefloor
Constructors in net.officefloor.frame.impl.execute.officefloor with parameters of type ExecutiveModifierConstructorDescriptionOfficeFloorImpl(OfficeFloorMetaData officeFloorMetaData, OfficeFloorListener[] listeners, Executive executive, BackgroundScheduling[] backgroundSchedulings, Object startupNotify) Initiate. -
Uses of Executive in net.officefloor.frame.impl.execute.team
Constructors in net.officefloor.frame.impl.execute.team with parameters of type Executive -
Uses of Executive in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ExecutiveMethods in net.officefloor.frame.internal.structure with parameters of type ExecutiveModifier and TypeMethodDescription<E extends Throwable>
ManagedExecution<E>ManagedExecutionFactory.createManagedExecution(Executive executive, Execution<E> execution) Creates theManagedExecution. -
Uses of Executive in net.officefloor.frame.util
Methods in net.officefloor.frame.util that return ExecutiveModifier and TypeMethodDescription<XS extends ExecutiveSource>
ExecutiveExecutiveSourceStandAlone.loadExecutive(Class<XS> executiveSourceClass) Creates theExecutive.ExecutiveSourceStandAlone.loadExecutive(ExecutiveSource executiveSource) Returns aExecutivefrom the loadedExecutiveSource. -
Uses of Executive in net.officefloor.web.executive
Classes in net.officefloor.web.executive that implement ExecutiveMethods in net.officefloor.web.executive that return ExecutiveModifier and TypeMethodDescriptionWebThreadAffinityExecutiveSource.createExecutive(ExecutiveSourceContext context)