Interface ContextAwareManagedObject
-
- All Superinterfaces:
ManagedObject
- All Known Implementing Classes:
ClassManagedObject,HttpApplicationObjectManagedObjectSource.HttpApplicationObjectManagedObject,HttpRequestObjectManagedObjectSource.HttpRequestObjectManagedObject,HttpSessionManagedObject,HttpSessionObjectManagedObject,ProcessAwareServerHttpConnectionManagedObject,TestManagedObject,TestObject
public interface ContextAwareManagedObject extends ManagedObject
Context awareManagedObject.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetManagedObjectContext(ManagedObjectContext context)Provides theManagedObjectContextto theManagedObject.-
Methods inherited from interface net.officefloor.frame.api.managedobject.ManagedObject
getObject
-
-
-
-
Method Detail
-
setManagedObjectContext
void setManagedObjectContext(ManagedObjectContext context)
Provides theManagedObjectContextto theManagedObject.- Parameters:
context-ManagedObjectContext.
-
-