Uses of Interface
net.officefloor.frame.api.managedobject.AsynchronousContext
-
Packages that use AsynchronousContext Package Description net.officefloor.frame.api.managedobject net.officefloor.frame.test net.officefloor.frame.util net.officefloor.web.security.impl net.officefloor.web.session -
-
Uses of AsynchronousContext in net.officefloor.frame.api.managedobject
Methods in net.officefloor.frame.api.managedobject with parameters of type AsynchronousContext Modifier and Type Method Description voidAsynchronousManagedObject. setAsynchronousContext(AsynchronousContext context)Provides theAsynchronousContextto theAsynchronousManagedObjectto enable call back to notify state and completion of asynchronous processing. -
Uses of AsynchronousContext in net.officefloor.frame.test
Fields in net.officefloor.frame.test declared as AsynchronousContext Modifier and Type Field Description AsynchronousContextTestManagedObject. asynchronousContextMethods in net.officefloor.frame.test with parameters of type AsynchronousContext Modifier and Type Method Description voidTestManagedObject. setAsynchronousContext(AsynchronousContext listener)================== AsynchronousManagedObject ================== -
Uses of AsynchronousContext in net.officefloor.frame.util
Classes in net.officefloor.frame.util that implement AsynchronousContext Modifier and Type Class Description classManagedObjectUserStandAloneImplementation of aManagedObjectUserto source an object from aManagedObjectSource.Methods in net.officefloor.frame.util with parameters of type AsynchronousContext Modifier and Type Method Description voidManagedObjectUserStandAlone. setAsynchronousListener(AsynchronousContext listener)Allows overriding theAsynchronousContextto initialise anAsynchronousManagedObject. -
Uses of AsynchronousContext in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl with parameters of type AsynchronousContext Modifier and Type Method Description voidAccessControlManagedObjectSource.AccessControlManagedObject. setAsynchronousContext(AsynchronousContext asynchronousContext) -
Uses of AsynchronousContext in net.officefloor.web.session
Methods in net.officefloor.web.session with parameters of type AsynchronousContext Modifier and Type Method Description voidHttpSessionManagedObject. setAsynchronousContext(AsynchronousContext asynchronousContext)
-