Uses of Interface
net.officefloor.frame.internal.structure.ThreadSafeOperation
-
Packages that use ThreadSafeOperation Package Description net.officefloor.frame.impl.execute.thread net.officefloor.frame.internal.structure -
-
Uses of ThreadSafeOperation in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread with parameters of type ThreadSafeOperation Modifier and Type Method Description <R,T extends java.lang.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 ThreadSafeOperation Modifier and Type Method Description <R,T extends java.lang.Throwable>
RThreadState. runThreadSafeOperation(ThreadSafeOperation<R,T> operation)
Run theThreadSafeOperation
.
-