Uses of Interface
net.officefloor.frame.internal.structure.LinkedListSetEntry
-
-
Uses of LinkedListSetEntry in net.officefloor.frame.impl.execute.asset
Classes in net.officefloor.frame.impl.execute.asset that implement LinkedListSetEntry Modifier and Type Class Description classAssetLatchImplImplementation of theAssetLatch.classAssetManagerImplAssetManagerimplementation. -
Uses of LinkedListSetEntry in net.officefloor.frame.impl.execute.flow
Classes in net.officefloor.frame.impl.execute.flow that implement LinkedListSetEntry Modifier and Type Class Description classFlowImplImplementation of theFlow. -
Uses of LinkedListSetEntry in net.officefloor.frame.impl.execute.function
Classes in net.officefloor.frame.impl.execute.function that implement LinkedListSetEntry Modifier and Type Class Description classAbstractDelegateFunctionStateAbstractFunctionStatethat delegates functionality to a delegateFunctionState.classAbstractFunctionStateAbstractFunctionState.classLinkedListSetPromise<I,E>classManagedFunctionContainerImpl<M extends ManagedFunctionLogicMetaData>FunctionStateto execute aManagedFunctionLogic.Methods in net.officefloor.frame.impl.execute.function with type parameters of type LinkedListSetEntry Modifier and Type Method Description static <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 LinkedListSetEntry Modifier and Type Class Description classAbstractLinkedListSetEntry<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 LinkedListSetEntry Modifier and Type Class Description classAbstractLinkedListSetEntry<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 Modifier and Type Class Description classThreadProfilerImplThreadProfilerimplementation. -
Uses of LinkedListSetEntry in net.officefloor.frame.impl.execute.thread
Classes in net.officefloor.frame.impl.execute.thread that implement LinkedListSetEntry Modifier and Type Class Description classThreadStateImplImplementation of theThreadState. -
Uses of LinkedListSetEntry in net.officefloor.frame.internal.structure
Classes in net.officefloor.frame.internal.structure with type parameters of type LinkedListSetEntry Modifier and Type Interface Description interfaceLinkedListSet<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.structure Modifier and Type Interface Description interfaceActiveAsynchronousFlowActively executingAsynchronousFlow.interfaceAssetManagerAssetManagerto manageAssetinstances.interfaceBlockStateRepresentative of blocks of code to be executed.interfaceFlowRepresents a sub-graph of theManagedFunctionContainergraph making up theThreadState.interfaceFlowCompletionHandler for the completion of theFlow.interfaceFunctionStateNode within the graph ofFunctionStateinstances to execute.interfaceManagedFunctionContainerContainer ofManagedFunctionLogic.interfaceRegisteredGovernanceRegisteredManagedObjectwith theGovernance.interfaceThreadProfilerProfiler of theThreadState.interfaceThreadStateState of a thread within theProcessState.
-