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 void
AsynchronousManagedObject. setAsynchronousContext(AsynchronousContext context)
Provides theAsynchronousContext
to theAsynchronousManagedObject
to 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 AsynchronousContext
TestManagedObject. asynchronousContext
Methods in net.officefloor.frame.test with parameters of type AsynchronousContext Modifier and Type Method Description void
TestManagedObject. 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 class
ManagedObjectUserStandAlone
Implementation of aManagedObjectUser
to source an object from aManagedObjectSource
.Methods in net.officefloor.frame.util with parameters of type AsynchronousContext Modifier and Type Method Description void
ManagedObjectUserStandAlone. setAsynchronousListener(AsynchronousContext listener)
Allows overriding theAsynchronousContext
to 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 void
AccessControlManagedObjectSource.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 void
HttpSessionManagedObject. setAsynchronousContext(AsynchronousContext asynchronousContext)
-