Class AbstractFunctionState
java.lang.Object
net.officefloor.frame.impl.execute.linkedlistset.AbstractLinkedListSetEntry<FunctionState,Flow>
net.officefloor.frame.impl.execute.function.AbstractFunctionState
- All Implemented Interfaces:
FunctionState,LinkedListSetEntry<FunctionState,Flow>
public abstract class AbstractFunctionState
extends AbstractLinkedListSetEntry<FunctionState,Flow>
implements FunctionState
Abstract
FunctionState.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.officefloor.frame.impl.execute.linkedlistset.AbstractLinkedListSetEntry
getNext, getPrev, setNext, setPrevMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.officefloor.frame.internal.structure.FunctionState
cancel, execute, getLinkedListSetOwner, getResponsibleTeam, handleEscalation, isRequireThreadStateSafetyMethods inherited from interface net.officefloor.frame.internal.structure.LinkedListSetEntry
getNext, getPrev, setNext, setPrev
-
Constructor Details
-
AbstractFunctionState
Instantiate.- Parameters:
threadState-ThreadState.
-
-
Method Details
-
getThreadState
Description copied from interface:FunctionStateObtains the
ThreadStatefor thisFunctionState.This provides access to the
ThreadStatethat thisFunctionStateresides within.- Specified by:
getThreadStatein interfaceFunctionState- Returns:
ThreadStatefor thisFunctionState.
-