Interface AsynchronousManagedObject
- All Superinterfaces:
ManagedObject
- All Known Implementing Classes:
AccessControlManagedObjectSource.AccessControlManagedObject,HttpSessionManagedObject,TestManagedObject,TestObject
Contract to provide control over asynchronous processing by the
ManagedObject.
Implemented by the ManagedObjectSource provider.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidProvides theAsynchronousContextto theAsynchronousManagedObjectto enable call back to notify state and completion of asynchronous processing.Methods inherited from interface net.officefloor.frame.api.managedobject.ManagedObject
getObject
-
Method Details
-
setAsynchronousContext
Provides theAsynchronousContextto theAsynchronousManagedObjectto enable call back to notify state and completion of asynchronous processing.- Parameters:
context-AsynchronousContext.
-