Class HttpSessionObjectManagedObject
java.lang.Object
net.officefloor.web.session.object.HttpSessionObjectManagedObject
- All Implemented Interfaces:
ContextAwareManagedObject,CoordinatingManagedObject<HttpSessionObjectManagedObject.Dependencies>,ManagedObject
public class HttpSessionObjectManagedObject
extends Object
implements ContextAwareManagedObject, CoordinatingManagedObject<HttpSessionObjectManagedObject.Dependencies>
- Author:
- Daniel Sagenschneider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDependency keys for theHttpSessionObjectManagedObject. -
Constructor Summary
ConstructorsConstructorDescriptionHttpSessionObjectManagedObject(Class<?> objectClass, String bindName) Initiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the object being managed.voidLoads the Objects of theManagedObjectinstances to be referenced by thisCoordinatingManagedObject.voidProvides theManagedObjectContextto theManagedObject.
-
Constructor Details
-
HttpSessionObjectManagedObject
Initiate.- Parameters:
objectClass- Class of the object.bindName- Specific name to bind the object into theHttpSession.
-
-
Method Details
-
setManagedObjectContext
Description copied from interface:ContextAwareManagedObjectProvides theManagedObjectContextto theManagedObject.- Specified by:
setManagedObjectContextin interfaceContextAwareManagedObject- Parameters:
context-ManagedObjectContext.
-
loadObjects
public void loadObjects(ObjectRegistry<HttpSessionObjectManagedObject.Dependencies> registry) throws Throwable Description copied from interface:CoordinatingManagedObjectLoads the Objects of the
ManagedObjectinstances to be referenced by thisCoordinatingManagedObject.References to the loaded Objects must be released on recycling the
ManagedObject.- Specified by:
loadObjectsin interfaceCoordinatingManagedObject<HttpSessionObjectManagedObject.Dependencies>- Parameters:
registry- Registry of the Objects for theManagedObjectinstances.- Throws:
Throwable- Should thisCoordinatingManagedObjectfail to load theManagedObject.
-
getObject
Description copied from interface:ManagedObjectObtains the object being managed.- Specified by:
getObjectin interfaceManagedObject- Returns:
- Object being managed.
- Throws:
Throwable- Indicating failed to obtain the object for use.
-