Uses of Interface
net.officefloor.frame.internal.structure.ThreadSafeOperation
Packages that use ThreadSafeOperation
Package
Description
-
Uses of ThreadSafeOperation in net.officefloor.frame.api.managedobject
Subinterfaces of ThreadSafeOperation in net.officefloor.frame.api.managedobjectModifier and TypeInterfaceDescriptioninterfaceProcessSafeOperation<R,T extends Throwable> ProcessStatesafe operation. -
Uses of ThreadSafeOperation in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread with parameters of type ThreadSafeOperationModifier and TypeMethodDescription<R,T extends Throwable>
RThreadStateImpl.runThreadSafeOperation(ThreadSafeOperation<R, T> operation) -
Uses of ThreadSafeOperation in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type ThreadSafeOperationModifier and TypeMethodDescription<R,T extends Throwable>
RThreadState.runThreadSafeOperation(ThreadSafeOperation<R, T> operation) Run theThreadSafeOperation.