Uses of Interface
net.officefloor.frame.api.managedobject.AsynchronousOperation
-
Packages that use AsynchronousOperation Package Description net.officefloor.frame.api.managedobject net.officefloor.frame.util -
-
Uses of AsynchronousOperation in net.officefloor.frame.api.managedobject
Methods in net.officefloor.frame.api.managedobject with parameters of type AsynchronousOperation Modifier and Type Method Description <T extends java.lang.Throwable>
voidAsynchronousContext. complete(AsynchronousOperation<T> operation)
Indicates that theAsynchronousManagedObject
has completed and is ready for another operation.<T extends java.lang.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 AsynchronousOperation Modifier and Type Method Description <T extends java.lang.Throwable>
voidManagedObjectUserStandAlone. complete(AsynchronousOperation<T> operation)
<T extends java.lang.Throwable>
voidManagedObjectUserStandAlone. start(AsynchronousOperation<T> operation)
-