Uses of Interface
net.officefloor.frame.internal.structure.TeamManagement
-
-
Uses of TeamManagement in net.officefloor.frame.impl.construct.administration
Constructor parameters in net.officefloor.frame.impl.construct.administration with type arguments of type TeamManagement Constructor Description RawAdministrationMetaDataFactory(OfficeMetaData officeMetaData, FlowMetaDataFactory flowMetaDataFactory, EscalationFlowFactory escalationFlowFactory, java.util.Map<java.lang.String,TeamManagement> officeTeams, java.util.concurrent.Executor executor)Instantiate. -
Uses of TeamManagement in net.officefloor.frame.impl.construct.governance
Constructor parameters in net.officefloor.frame.impl.construct.governance with type arguments of type TeamManagement Constructor Description RawGovernanceMetaDataFactory(java.lang.String officeName, java.util.Map<java.lang.String,TeamManagement> officeTeams, java.util.concurrent.Executor executor)Instantiate. -
Uses of TeamManagement in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office that return types with arguments of type TeamManagement Modifier and Type Method Description java.util.Map<java.lang.String,TeamManagement>RawOfficeMetaData. getTeams()Obtains theTeamManagementinstances by theirOfficeregistered names.Constructor parameters in net.officefloor.frame.impl.construct.office with type arguments of type TeamManagement Constructor Description RawOfficeMetaData(java.lang.String officeName, RawOfficeFloorMetaData rawOfficeFloorMetaData, java.util.Map<java.lang.String,TeamManagement> teams, java.util.Map<java.lang.String,RawManagedObjectMetaData<?,?>> managedObjectMetaData, RawBoundManagedObjectMetaData[] processBoundManagedObjects, RawBoundManagedObjectMetaData[] threadBoundManagedObjects, java.util.Map<java.lang.String,RawBoundManagedObjectMetaData> scopeMo, boolean isManuallyManageGovernance, java.util.Map<java.lang.String,RawGovernanceMetaData<?,?>> governanceMetaData)Initiate. -
Uses of TeamManagement in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return TeamManagement Modifier and Type Method Description TeamManagementRawOfficeFloorMetaData. getBreakChainTeamManagement()Obtains theTeamManagementto break theFunctionStatechain.Constructors in net.officefloor.frame.impl.construct.officefloor with parameters of type TeamManagement 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 TeamManagement in net.officefloor.frame.impl.construct.team
Methods in net.officefloor.frame.impl.construct.team that return TeamManagement Modifier and Type Method Description TeamManagementRawTeamMetaData. getTeamManagement()Obtains theTeamManagementof theTeam.Constructors in net.officefloor.frame.impl.construct.team with parameters of type TeamManagement Constructor Description RawTeamMetaData(java.lang.String teamName, TeamManagement team, boolean isRequireThreadLocalAwareness)Initiate. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.administration
Methods in net.officefloor.frame.impl.execute.administration that return TeamManagement Modifier and Type Method Description TeamManagementAdministrationMetaDataImpl. getResponsibleTeam()Constructors in net.officefloor.frame.impl.execute.administration with parameters of type TeamManagement Constructor Description AdministrationMetaDataImpl(java.lang.String administrationName, AdministrationFactory<E,F,G> administrationFactory, java.lang.Class<E> extensionInterface, ManagedObjectExtensionExtractorMetaData<E>[] eiMetaData, TeamManagement responsibleTeam, long asynchronousFlowTimeout, AssetManager asynchronousFlowAssetManager, FlowMetaData[] flowMetaData, int[] governanceIndexes, EscalationProcedure escalationProcedure, OfficeMetaData officeMetaData, java.util.concurrent.Executor executor)Instantiate. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.function
Methods in net.officefloor.frame.impl.execute.function that return TeamManagement Modifier and Type Method Description TeamManagementAbstractDelegateFunctionState. getResponsibleTeam()TeamManagementManagedFunctionContainerImpl. getResponsibleTeam() -
Uses of TeamManagement in net.officefloor.frame.impl.execute.governance
Methods in net.officefloor.frame.impl.execute.governance that return TeamManagement Modifier and Type Method Description TeamManagementGovernanceMetaDataImpl. getResponsibleTeam()Constructors in net.officefloor.frame.impl.execute.governance with parameters of type TeamManagement Constructor Description GovernanceMetaDataImpl(java.lang.String governanceName, GovernanceFactory<? super I,F> governanceFactory, TeamManagement responsibleTeam, long asynchronousFlowTimeout, AssetManager asynchronousFlowAssetManager, java.util.logging.Logger logger, java.util.concurrent.Executor executor)Initiate. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.job
Constructors in net.officefloor.frame.impl.execute.job with parameters of type TeamManagement Constructor Description FunctionLoopImpl(TeamManagement defaultTeam)Instantiates. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.managedfunction
Methods in net.officefloor.frame.impl.execute.managedfunction that return TeamManagement Modifier and Type Method Description TeamManagementManagedFunctionMetaDataImpl. getResponsibleTeam()Constructors in net.officefloor.frame.impl.execute.managedfunction with parameters of type TeamManagement Constructor Description ManagedFunctionMetaDataImpl(java.lang.String functionName, ManagedFunctionFactory<O,F> functionFactory, java.lang.Object[] annotations, java.lang.Class<?> parameterType, TeamManagement responsibleTeam, ManagedObjectIndex[] functionIndexedManagedObjects, ManagedObjectMetaData<?>[] functionBoundManagedObjects, boolean[] requiredGovernance, long asynchronousFlowTimeout, AssetManager asynchronousFlowsAssetManager, java.util.logging.Logger logger, java.util.concurrent.Executor executor)Initiate with details of the meta-data for theManagedFunction. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject with parameters of type TeamManagement Modifier and Type Method Description <E> FunctionStateManagedObjectContainerImpl. extractExtension(ManagedObjectExtensionExtractor<E> extractor, E[] managedObjectExtensions, int extensionIndex, TeamManagement responsibleTeam) -
Uses of TeamManagement in net.officefloor.frame.impl.execute.office
Constructors in net.officefloor.frame.impl.execute.office with parameters of type TeamManagement Constructor Description OfficeManagerProcessState(int maximumFunctionChainLength, TeamManagement breakChainTeamManagement, FunctionLoop functionLoop)Instantiate. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.officefloor
Methods in net.officefloor.frame.impl.execute.officefloor that return TeamManagement Modifier and Type Method Description TeamManagementOfficeFloorMetaDataImpl. getBreakChainTeam()TeamManagement[]OfficeFloorMetaDataImpl. getTeams()Constructors in net.officefloor.frame.impl.execute.officefloor with parameters of type TeamManagement Constructor Description OfficeFloorMetaDataImpl(TeamManagement breakChainTeam, TeamManagement[] teams, ManagedObjectSourceInstance<?>[] managedObjectSourceInstances, OfficeMetaData[] officeMetaData, long maxStartupWaitTime)Initiate. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.team
Classes in net.officefloor.frame.impl.execute.team that implement TeamManagement Modifier and Type Class Description classTeamManagementImplTeamManagementimplementation. -
Uses of TeamManagement in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread that return TeamManagement Modifier and Type Method Description TeamManagementThreadMetaDataImpl. getBreakChainTeamManagement()TeamManagementThreadStateImpl. getBreakChainTeamManagement()Constructors in net.officefloor.frame.impl.execute.thread with parameters of type TeamManagement Constructor Description ThreadMetaDataImpl(ManagedObjectMetaData<?>[] managedObjectMetaData, GovernanceMetaData<?,?>[] governanceMetaData, int maximumFunctionChainLength, TeamManagement breakChainTeamManagement, ThreadSynchroniserFactory[] threadSynchronisers, EscalationProcedure officeEscalationProcedure, EscalationFlow officeFloorEscalation)Initiate. -
Uses of TeamManagement in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return TeamManagement Modifier and Type Method Description TeamManagementOfficeFloorMetaData. getBreakChainTeam()Obtains theTeamManagementto break thread stack chain of execution.TeamManagementThreadMetaData. getBreakChainTeamManagement()Obtains theTeamManagementto breakFunctionStatecall chains.TeamManagementThreadState. getBreakChainTeamManagement()Obtains theTeamManagementto breakFunctionStatecall chains.default TeamManagementFunctionLogic. getResponsibleTeam()Obtains the responsibleTeamManagementfor thisFunctionLogic.default TeamManagementFunctionState. getResponsibleTeam()Obtains theTeamManagementresponsible for thisFunctionState.TeamManagementManagedFunctionLogicMetaData. getResponsibleTeam()Obtains theTeamManagementresponsible for completion of theFunctionState.TeamManagement[]OfficeFloorMetaData. getTeams()Methods in net.officefloor.frame.internal.structure with parameters of type TeamManagement Modifier and Type Method Description <E> FunctionStateManagedObjectContainer. extractExtension(ManagedObjectExtensionExtractor<E> extractor, E[] managedObjectExtensions, int extensionIndex, TeamManagement responsibleTeam)Extracts theManagedObjectextension from theManagedObjectcontained in thisManagedObjectContainer.
-