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 class
AssetLatchImpl
Implementation of theAssetLatch
.class
AssetManagerImpl
AssetManager
implementation. -
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 class
FlowImpl
Implementation 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 class
AbstractDelegateFunctionState
AbstractFunctionState
that delegates functionality to a delegateFunctionState
.class
AbstractFunctionState
AbstractFunctionState
.class
LinkedListSetPromise<I,E>
class
ManagedFunctionContainerImpl<M extends ManagedFunctionLogicMetaData>
FunctionState
to 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 aFunctionState
for all entries of theLinkedListSet
.static <E extends LinkedListSetEntry<E,O>,O>
FunctionStateLinkedListSetPromise. purge(LinkedListSet<E,O> linkedListSet, LinkedListSetPromise.Translate<E> translate)
Purges theLinkedListSet
and executes aFunctionState
for 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 class
AbstractLinkedListSetEntry<E extends LinkedListSetEntry<E,O>,O>
AbstractLinkedListSetEntry
.class
ComparatorLinkedListSet<E extends LinkedListSetEntry<E,O>,O>
LinkedListSet
that comparesLinkedListSetEntry
instances before adding asLinkedListSetEntry
may hold content that should not be re-added to theLinkedListSet
.class
StrictLinkedListSet<E extends LinkedListSetEntry<E,O>,O>
LinkedListSet
that provides strict adherence to ensuring correctness.Classes in net.officefloor.frame.impl.execute.linkedlistset that implement LinkedListSetEntry Modifier and Type Class Description class
AbstractLinkedListSetEntry<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 class
ThreadProfilerImpl
ThreadProfiler
implementation. -
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 class
ThreadStateImpl
Implementation 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 interface
LinkedListSet<I extends LinkedListSetEntry<I,O>,O>
Linked List maintaining a unique set ofLinkedListSetEntry
.interface
LinkedListSetEntry<I extends LinkedListSetEntry<I,O>,O>
Entry for aLinkedListSet
.Subinterfaces of LinkedListSetEntry in net.officefloor.frame.internal.structure Modifier and Type Interface Description interface
ActiveAsynchronousFlow
Actively executingAsynchronousFlow
.interface
AssetManager
AssetManager
to manageAsset
instances.interface
BlockState
Representative of blocks of code to be executed.interface
Flow
Represents a sub-graph of theManagedFunctionContainer
graph making up theThreadState
.interface
FlowCompletion
Handler for the completion of theFlow
.interface
FunctionState
Node within the graph ofFunctionState
instances to execute.interface
ManagedFunctionContainer
Container ofManagedFunctionLogic
.interface
RegisteredGovernance
RegisteredManagedObject
with theGovernance
.interface
ThreadProfiler
Profiler of theThreadState
.interface
ThreadState
State of a thread within theProcessState
.
-