Uses of Interface
net.officefloor.frame.api.managedobject.ProcessSafeOperation
Packages that use ProcessSafeOperation
Package
Description
-
Uses of ProcessSafeOperation in net.officefloor.frame.api.managedobject
Methods in net.officefloor.frame.api.managedobject with parameters of type ProcessSafeOperationModifier and TypeMethodDescription<R,T extends 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 ProcessSafeOperationModifier and TypeMethodDescription<R,T extends 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 ProcessSafeOperationModifier and TypeMethodDescription<R,T extends 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 ProcessSafeOperationModifier and TypeMethodDescription<R,T extends 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 ProcessSafeOperationModifier and TypeMethodDescription<R,T extends 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 ProcessSafeOperationModifier and TypeMethodDescription<R,T extends Throwable>
RAuthenticationContext.run(ProcessSafeOperation<R, T> operation) Undertakes aProcessSafeOperation.