Uses of Interface
net.officefloor.frame.internal.structure.ManagedFunctionLogicMetaData
-
-
Uses of ManagedFunctionLogicMetaData in net.officefloor.frame.impl.execute.administration
Classes in net.officefloor.frame.impl.execute.administration that implement ManagedFunctionLogicMetaData Modifier and Type Class Description class
AdministrationMetaDataImpl<E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>>
Implementation of theAdministrationMetaData
. -
Uses of ManagedFunctionLogicMetaData in net.officefloor.frame.impl.execute.function
Classes in net.officefloor.frame.impl.execute.function with type parameters of type ManagedFunctionLogicMetaData Modifier and Type Class Description class
ManagedFunctionContainerImpl<M extends ManagedFunctionLogicMetaData>
FunctionState
to execute aManagedFunctionLogic
.Fields in net.officefloor.frame.impl.execute.function with type parameters of type ManagedFunctionLogicMetaData Modifier and Type Field Description ManagedFunctionContainerImpl<ManagedFunctionLogicMetaData>
ManagedFunctionBoundManagedObjects. managedFunctionContainer
Constructors in net.officefloor.frame.impl.execute.function with parameters of type ManagedFunctionLogicMetaData Constructor Description ManagedFunctionBoundManagedObjects(ManagedFunctionLogic managedFunctionLogic, ManagedObjectMetaData<?>[] managedObjectMetaData, ManagedObjectIndex[] requiredManagedObjects, boolean[] requiredGovernance, boolean isEnforceGovernance, ManagedFunctionLogicMetaData functionLogicMetaData, BlockState parallelOwner, Flow flow, boolean isUnloadManagedObjects)
Instantiate. -
Uses of ManagedFunctionLogicMetaData in net.officefloor.frame.impl.execute.governance
Classes in net.officefloor.frame.impl.execute.governance that implement ManagedFunctionLogicMetaData Modifier and Type Class Description class
GovernanceMetaDataImpl<I,F extends java.lang.Enum<F>>
GovernanceMetaData
implementation. -
Uses of ManagedFunctionLogicMetaData in net.officefloor.frame.impl.execute.managedfunction
Classes in net.officefloor.frame.impl.execute.managedfunction that implement ManagedFunctionLogicMetaData Modifier and Type Class Description class
ManagedFunctionMetaDataImpl<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
Meta-data of aManagedFunction
. -
Uses of ManagedFunctionLogicMetaData in net.officefloor.frame.impl.execute.profile
Methods in net.officefloor.frame.impl.execute.profile with parameters of type ManagedFunctionLogicMetaData Modifier and Type Method Description void
ThreadProfilerImpl. profileManagedFunction(ManagedFunctionLogicMetaData functionMetaData)
-
Uses of ManagedFunctionLogicMetaData in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread with parameters of type ManagedFunctionLogicMetaData Modifier and Type Method Description void
ThreadStateImpl. profile(ManagedFunctionLogicMetaData functionMetaData)
-
Uses of ManagedFunctionLogicMetaData in net.officefloor.frame.internal.structure
Subinterfaces of ManagedFunctionLogicMetaData in net.officefloor.frame.internal.structure Modifier and Type Interface Description interface
AdministrationMetaData<E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>>
Meta-data of theAdministration
.interface
GovernanceMetaData<E,F extends java.lang.Enum<F>>
Meta-data of theGovernance
.interface
ManagedFunctionMetaData<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
Meta-data for theManagedFunction
.Methods in net.officefloor.frame.internal.structure with parameters of type ManagedFunctionLogicMetaData Modifier and Type Method Description void
ThreadState. profile(ManagedFunctionLogicMetaData functionMetaData)
Profiles thatManagedObjectContainer
is being executed.void
ThreadProfiler. profileManagedFunction(ManagedFunctionLogicMetaData functionMetaData)
Profiles execution of aManagedFunction
.
-