Uses of Interface
net.officefloor.frame.api.managedobject.ProcessSafeOperation
-
-
Uses of ProcessSafeOperation in net.officefloor.frame.api.managedobject
Methods in net.officefloor.frame.api.managedobject with parameters of type ProcessSafeOperation Modifier and Type Method Description <R,T extends java.lang.Throwable>
RManagedObjectContext. run(ProcessSafeOperation<R,T> operation)
Undertakes aProcessSafeOperation
. -
Uses of ProcessSafeOperation in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread with parameters of type ProcessSafeOperation Modifier and Type Method Description <R,T extends java.lang.Throwable>
RThreadStateImpl. runProcessSafeOperation(ProcessSafeOperation<R,T> operation)
-
Uses of ProcessSafeOperation in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type ProcessSafeOperation Modifier and Type Method Description <R,T extends java.lang.Throwable>
RThreadState. runProcessSafeOperation(ProcessSafeOperation<R,T> operation)
Runs theProcessSafeOperation
. -
Uses of ProcessSafeOperation in net.officefloor.frame.util
Methods in net.officefloor.frame.util with parameters of type ProcessSafeOperation Modifier and Type Method Description <R,T extends java.lang.Throwable>
RManagedObjectUserStandAlone. run(ProcessSafeOperation<R,T> operation)
-
Uses of ProcessSafeOperation in net.officefloor.server.http.mock
Methods in net.officefloor.server.http.mock with parameters of type ProcessSafeOperation Modifier and Type Method Description <R,T extends java.lang.Throwable>
RMockManagedObjectContext. run(ProcessSafeOperation<R,T> operation)
-
Uses of ProcessSafeOperation in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security with parameters of type ProcessSafeOperation Modifier and Type Method Description <R,T extends java.lang.Throwable>
RAuthenticationContext. run(ProcessSafeOperation<R,T> operation)
Undertakes aProcessSafeOperation
.
-