Uses of Interface
net.officefloor.frame.api.managedobject.AsynchronousOperation
Packages that use AsynchronousOperation
-
Uses of AsynchronousOperation in net.officefloor.frame.api.managedobject
Methods in net.officefloor.frame.api.managedobject with parameters of type AsynchronousOperationModifier and TypeMethodDescription<T extends Throwable>
voidAsynchronousContext.complete(AsynchronousOperation<T> operation) Indicates that theAsynchronousManagedObjecthas completed and is ready for another operation.<T extends Throwable>
voidAsynchronousContext.start(AsynchronousOperation<T> operation) Undertakes anAsynchronousOperation. -
Uses of AsynchronousOperation in net.officefloor.frame.util
Methods in net.officefloor.frame.util with parameters of type AsynchronousOperationModifier and TypeMethodDescription<T extends Throwable>
voidManagedObjectUserStandAlone.complete(AsynchronousOperation<T> operation) <T extends Throwable>
voidManagedObjectUserStandAlone.start(AsynchronousOperation<T> operation)