Interface ThreadProfiler
-
- All Superinterfaces:
FunctionState
,LinkedListSetEntry<FunctionState,Flow>
- All Known Implementing Classes:
ThreadProfilerImpl
public interface ThreadProfiler extends FunctionState
Profiler of theThreadState
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
profileManagedFunction(ManagedFunctionLogicMetaData functionMetaData)
Profiles execution of aManagedFunction
.-
Methods inherited from interface net.officefloor.frame.internal.structure.FunctionState
cancel, execute, getLinkedListSetOwner, getResponsibleTeam, getThreadState, handleEscalation, isRequireThreadStateSafety
-
Methods inherited from interface net.officefloor.frame.internal.structure.LinkedListSetEntry
getNext, getPrev, setNext, setPrev
-
-
-
-
Method Detail
-
profileManagedFunction
void profileManagedFunction(ManagedFunctionLogicMetaData functionMetaData)
Profiles execution of aManagedFunction
.- Parameters:
functionMetaData
-ManagedFunctionLogicMetaData
of theManagedFunction
being executed.
-
-