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 ExecutiveExecutiveSource. 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.ThreadFactoryExecutiveSourceContext. createThreadFactory(java.lang.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 Executive Modifier and Type Method Description ExecutiveRawExecutiveMetaData. getExecutive()Obtains theExecutive.Methods in net.officefloor.frame.impl.construct.executive with parameters of type Executive Modifier and Type Method Description java.util.concurrent.ThreadFactoryExecutiveSourceContextImpl. 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, TeamOversight teamOversight)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 ExecutiveRawOfficeFloorMetaData. 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, BackgroundScheduling[] backgroundSchedulings, 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, 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 Executive Modifier and Type Method Description <E extends java.lang.Throwable>
ManagedExecution<E>ManagedExecutionFactoryImpl. createManagedExecution(Executive executive, Execution<E> execution)java.util.concurrent.ThreadFactoryThreadFactoryManufacturer. 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 classDefaultExecutiveDefaultExecutive.Methods in net.officefloor.frame.impl.execute.executive that return Executive Modifier and Type Method Description ExecutiveDefaultExecutive. 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 ExecutiveOfficeMetaDataImpl. getExecutive()Constructors in net.officefloor.frame.impl.execute.office with parameters of type Executive Constructor Description OfficeMetaDataImpl(java.lang.String officeName, OfficeManagerHirer officeManagerHirer, MonitorClock monitorClock, FunctionLoop functionLoop, 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, BackgroundScheduling[] backgroundSchedulings, java.lang.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 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 ExecutiveOfficeMetaData. 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.ExecutiveExecutiveSourceStandAlone. loadExecutive(ExecutiveSource executiveSource)Returns aExecutivefrom the loadedExecutiveSource. -
Uses of Executive in net.officefloor.server.appengine
Classes in net.officefloor.server.appengine that implement Executive Modifier and Type Class Description classGoogleAppEngineExecutiveExecutivefor Google AppEngine.Methods in net.officefloor.server.appengine that return Executive Modifier and Type Method Description ExecutiveGoogleAppEngineExecutive. createExecutive(ExecutiveSourceContext context) -
Uses of Executive in net.officefloor.web.executive
Classes in net.officefloor.web.executive that implement Executive Modifier and Type Class Description classWebThreadAffinityExecutiveWebThreadaffinityExecutive.Methods in net.officefloor.web.executive that return Executive Modifier and Type Method Description ExecutiveWebThreadAffinityExecutiveSource. createExecutive(ExecutiveSourceContext context)
-