Uses of Interface
net.officefloor.frame.api.executive.Executive
-
-
Uses of Executive in net.officefloor.frame.api.executive.source
Methods in net.officefloor.frame.api.executive.source that return Executive Modifier and Type Method Description Executive
ExecutiveSource. createExecutive(ExecutiveSourceContext context)
Creates theExecutive
.Methods in net.officefloor.frame.api.executive.source with parameters of type Executive Modifier and Type Method Description java.util.concurrent.ThreadFactory
ExecutiveSourceContext. createThreadFactory(java.lang.String executionStrategyName, Executive executive)
Creates the underlyingThreadFactory
that should be used forExecutionStrategy
instances. -
Uses of Executive in net.officefloor.frame.impl.construct.executive
Methods in net.officefloor.frame.impl.construct.executive that return Executive Modifier and Type Method Description Executive
RawExecutiveMetaData. getExecutive()
Obtains theExecutive
.Methods in net.officefloor.frame.impl.construct.executive with parameters of type Executive Modifier and Type Method Description java.util.concurrent.ThreadFactory
ExecutiveSourceContextImpl. createThreadFactory(java.lang.String executionStrategyName, Executive executive)
Constructors in net.officefloor.frame.impl.construct.executive with parameters of type Executive Constructor Description RawExecutiveMetaData(Executive executive, java.util.Map<java.lang.String,java.util.concurrent.ThreadFactory[]> executionStrategies, java.util.Map<java.lang.String,TeamOversight> teamOversights)
Instantiate. -
Uses of Executive in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return Executive Modifier and Type Method Description Executive
RawOfficeFloorMetaData. getExecutive()
Obtains theExecutive
.Constructors in net.officefloor.frame.impl.construct.officefloor with parameters of type Executive Constructor Description RawOfficeFloorMetaData(Executive executive, java.util.concurrent.ThreadFactory[] defaultExecutionStrategy, java.util.Map<java.lang.String,java.util.concurrent.ThreadFactory[]> executionStrategies, java.util.Map<java.lang.String,RawTeamMetaData> teamRegistry, TeamManagement breakChainTeamManagement, java.util.concurrent.Executor breakChainExecutor, java.lang.Object startupNotify, ThreadLocalAwareExecutor threadLocalAwareExecutor, ManagedExecutionFactory managedExecutionFactory, java.util.Map<java.lang.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 Executive Constructor Description ExecutiveContextImpl(boolean isLoadingType, java.lang.String teamName, int teamSize, TeamSource teamSource, Executive executive, ThreadFactoryManufacturer threadFactoryManufacturer, SourceProperties properties, SourceContext sourceContext)
Initialise.RawTeamMetaDataFactory(SourceContext sourceContext, Executive executive, java.util.Map<java.lang.String,TeamOversight> teamOversights, 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 Executive Modifier and Type Method Description <E extends java.lang.Throwable>
ManagedExecution<E>ManagedExecutionFactoryImpl. createManagedExecution(Executive executive, Execution<E> execution)
java.util.concurrent.ThreadFactory
ThreadFactoryManufacturer. manufactureThreadFactory(java.lang.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 Executive Modifier and Type Class Description class
DefaultExecutive
DefaultExecutive
.Methods in net.officefloor.frame.impl.execute.executive that return Executive Modifier and Type Method Description Executive
DefaultExecutive. createExecutive(ExecutiveSourceContext context)
-
Uses of Executive in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that return Executive Modifier and Type Method Description Executive
OfficeMetaDataImpl. getExecutive()
Constructors in net.officefloor.frame.impl.execute.office with parameters of type Executive Constructor Description OfficeMetaDataImpl(java.lang.String officeName, OfficeManager officeManager, MonitorClock monitorClock, java.util.Timer timer, FunctionLoop functionLoop, java.util.concurrent.Executor breakChainExecutor, ThreadLocalAwareExecutor threadLocalAwareExecutor, Executive executive, ManagedExecutionFactory managedExecutionFactory, ManagedFunctionMetaData<?,?>[] functionMetaDatas, ManagedFunctionLocator functionLocator, ProcessMetaData processMetaData, ManagedFunctionMetaData<?,?> stateKeepAliveFunctionMetaData, java.util.Map<java.lang.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 Executive Constructor Description OfficeFloorImpl(OfficeFloorMetaData officeFloorMetaData, OfficeFloorListener[] listeners, Executive executive, java.util.concurrent.Executor breakChainExecutor, java.lang.Object startupNotify)
Initiate. -
Uses of Executive in net.officefloor.frame.impl.execute.process
Constructors in net.officefloor.frame.impl.execute.process with parameters of type Executive Constructor Description ProcessMetaDataImpl(Executive executive, ManagedObjectMetaData<?>[] managedObjectMetaData, ThreadMetaData threadMetaData)
Initiate. -
Uses of Executive in net.officefloor.frame.impl.execute.team
Constructors in net.officefloor.frame.impl.execute.team with parameters of type Executive Constructor Description TeamExecutor(Team team, Executive executive)
Instantiate. -
Uses of Executive in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return Executive Modifier and Type Method Description Executive
OfficeMetaData. getExecutive()
Methods in net.officefloor.frame.internal.structure with parameters of type Executive Modifier and Type Method Description <E extends java.lang.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 Executive Modifier and Type Method Description <XS extends ExecutiveSource>
ExecutiveExecutiveSourceStandAlone. loadExecutive(java.lang.Class<XS> executiveSourceClass)
Creates theExecutive
.Executive
ExecutiveSourceStandAlone. loadExecutive(ExecutiveSource executiveSource)
Returns aExecutive
from the loadedExecutiveSource
. -
Uses of Executive in net.officefloor.web.executive
Classes in net.officefloor.web.executive that implement Executive Modifier and Type Class Description class
WebThreadAffinityExecutive
WebThread
affinityExecutive
.Methods in net.officefloor.web.executive that return Executive Modifier and Type Method Description Executive
WebThreadAffinityExecutiveSource. createExecutive(ExecutiveSourceContext context)
-