Uses of Interface
net.officefloor.frame.internal.structure.LinkedListSetEntry
Packages that use LinkedListSetEntry
Package
Description
-
Uses of LinkedListSetEntry in net.officefloor.frame.impl.execute.asset
Classes in net.officefloor.frame.impl.execute.asset that implement LinkedListSetEntryModifier and TypeClassDescriptionclassImplementation of theAssetLatch.classAssetManagerimplementation. -
Uses of LinkedListSetEntry in net.officefloor.frame.impl.execute.flow
Classes in net.officefloor.frame.impl.execute.flow that implement LinkedListSetEntry -
Uses of LinkedListSetEntry in net.officefloor.frame.impl.execute.function
Classes in net.officefloor.frame.impl.execute.function that implement LinkedListSetEntryModifier and TypeClassDescriptionclassAbstractFunctionStatethat delegates functionality to a delegateFunctionState.classAbstractFunctionState.classLinkedListSetPromise<I,E> classFunctionStateto execute aManagedFunctionLogic.Methods in net.officefloor.frame.impl.execute.function with type parameters of type LinkedListSetEntryModifier and TypeMethodDescriptionstatic <E extends LinkedListSetEntry<E,O>, O>
FunctionStateLinkedListSetPromise.all(LinkedListSet<E, O> linkedListSet, LinkedListSetPromise.Translate<E> translate) Executes aFunctionStatefor all entries of theLinkedListSet.static <E extends LinkedListSetEntry<E,O>, O>
FunctionStateLinkedListSetPromise.purge(LinkedListSet<E, O> linkedListSet, LinkedListSetPromise.Translate<E> translate) Purges theLinkedListSetand executes aFunctionStatefor each item. -
Uses of LinkedListSetEntry in net.officefloor.frame.impl.execute.linkedlistset
Classes in net.officefloor.frame.impl.execute.linkedlistset with type parameters of type LinkedListSetEntryModifier and TypeClassDescriptionclassAbstractLinkedListSetEntry<E extends LinkedListSetEntry<E,O>, O> AbstractLinkedListSetEntry.classComparatorLinkedListSet<E extends LinkedListSetEntry<E,O>, O> LinkedListSetthat comparesLinkedListSetEntryinstances before adding asLinkedListSetEntrymay hold content that should not be re-added to theLinkedListSet.classStrictLinkedListSet<E extends LinkedListSetEntry<E,O>, O> LinkedListSetthat provides strict adherence to ensuring correctness.Classes in net.officefloor.frame.impl.execute.linkedlistset that implement LinkedListSetEntryModifier and TypeClassDescriptionclassAbstractLinkedListSetEntry<E extends LinkedListSetEntry<E,O>, O> AbstractLinkedListSetEntry. -
Uses of LinkedListSetEntry in net.officefloor.frame.impl.execute.profile
Classes in net.officefloor.frame.impl.execute.profile that implement LinkedListSetEntry -
Uses of LinkedListSetEntry in net.officefloor.frame.impl.execute.thread
Classes in net.officefloor.frame.impl.execute.thread that implement LinkedListSetEntry -
Uses of LinkedListSetEntry in net.officefloor.frame.internal.structure
Classes in net.officefloor.frame.internal.structure with type parameters of type LinkedListSetEntryModifier and TypeInterfaceDescriptioninterfaceLinkedListSet<I extends LinkedListSetEntry<I,O>, O> Linked List maintaining a unique set ofLinkedListSetEntry.interfaceLinkedListSetEntry<I extends LinkedListSetEntry<I,O>, O> Entry for aLinkedListSet.Subinterfaces of LinkedListSetEntry in net.officefloor.frame.internal.structureModifier and TypeInterfaceDescriptioninterfaceActively executingAsynchronousFlow.interfaceAssetManagerto manageAssetinstances.interfaceRepresentative of blocks of code to be executed.interfaceRepresents a sub-graph of theManagedFunctionContainergraph making up theThreadState.interfaceHandler for the completion of theFlow.interfaceNode within the graph ofFunctionStateinstances to execute.interfaceContainer ofManagedFunctionLogic.interfaceRegisteredManagedObjectwith theGovernance.interfaceProfiler of theThreadState.interfaceState of a thread within theProcessState.