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 classAdministrationMetaDataImpl<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 classManagedFunctionContainerImpl<M extends ManagedFunctionLogicMetaData>FunctionStateto execute aManagedFunctionLogic.Fields in net.officefloor.frame.impl.execute.function with type parameters of type ManagedFunctionLogicMetaData Modifier and Type Field Description ManagedFunctionContainerImpl<ManagedFunctionLogicMetaData>ManagedFunctionBoundManagedObjects. managedFunctionContainerConstructors 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 classGovernanceMetaDataImpl<I,F extends java.lang.Enum<F>>GovernanceMetaDataimplementation. -
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 classManagedFunctionMetaDataImpl<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 voidThreadProfilerImpl. 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 voidThreadStateImpl. 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 interfaceAdministrationMetaData<E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>>Meta-data of theAdministration.interfaceGovernanceMetaData<E,F extends java.lang.Enum<F>>Meta-data of theGovernance.interfaceManagedFunctionMetaData<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 voidThreadState. profile(ManagedFunctionLogicMetaData functionMetaData)Profiles thatManagedObjectContaineris being executed.voidThreadProfiler. profileManagedFunction(ManagedFunctionLogicMetaData functionMetaData)Profiles execution of aManagedFunction.
-