Uses of Interface
net.officefloor.frame.api.managedobject.AsynchronousContext
Packages that use AsynchronousContext
Package
Description
-
Uses of AsynchronousContext in net.officefloor.frame.api.managedobject
Methods in net.officefloor.frame.api.managedobject with parameters of type AsynchronousContextModifier and TypeMethodDescriptionvoidAsynchronousManagedObject.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 AsynchronousContextMethods in net.officefloor.frame.test with parameters of type AsynchronousContextModifier and TypeMethodDescriptionvoidTestManagedObject.setAsynchronousContext(AsynchronousContext listener) ================== AsynchronousManagedObject ================== -
Uses of AsynchronousContext in net.officefloor.frame.util
Classes in net.officefloor.frame.util that implement AsynchronousContextModifier and TypeClassDescriptionclassImplementation of aManagedObjectUserto source an object from aManagedObjectSource.Methods in net.officefloor.frame.util with parameters of type AsynchronousContextModifier and TypeMethodDescriptionvoidManagedObjectUserStandAlone.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 AsynchronousContextModifier and TypeMethodDescriptionvoidAccessControlManagedObjectSource.AccessControlManagedObject.setAsynchronousContext(AsynchronousContext asynchronousContext) -
Uses of AsynchronousContext in net.officefloor.web.session
Methods in net.officefloor.web.session with parameters of type AsynchronousContextModifier and TypeMethodDescriptionvoidHttpSessionManagedObject.setAsynchronousContext(AsynchronousContext asynchronousContext)