net.officefloor.plugin.web.http.application
Class HttpApplicationStateManagedObjectSource
java.lang.Object
net.officefloor.frame.spi.managedobject.source.impl.AbstractAsyncManagedObjectSource<D,F>
net.officefloor.frame.spi.managedobject.source.impl.AbstractManagedObjectSource<None,None>
net.officefloor.plugin.web.http.application.HttpApplicationStateManagedObjectSource
- All Implemented Interfaces:
- ManagedObjectSource<None,None>
public class HttpApplicationStateManagedObjectSource
- extends AbstractManagedObjectSource<None,None>
ManagedObjectSource for the HttpRequestState.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpApplicationStateManagedObjectSource
public HttpApplicationStateManagedObjectSource()
loadSpecification
protected void loadSpecification(AbstractAsyncManagedObjectSource.SpecificationContext context)
- Description copied from class:
AbstractAsyncManagedObjectSource
- Overridden to load specifications.
- Specified by:
loadSpecification in class AbstractAsyncManagedObjectSource<None,None>
- Parameters:
context - Specifications.
loadMetaData
protected void loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<None,None> context)
throws Exception
- Description copied from class:
AbstractAsyncManagedObjectSource
- Overridden to load meta-data.
- Specified by:
loadMetaData in class AbstractAsyncManagedObjectSource<None,None>
- Parameters:
context - Meta-data.
- Throws:
Exception - If fails to load the meta-data.
getManagedObject
protected ManagedObject getManagedObject()
throws Throwable
- Description copied from class:
AbstractManagedObjectSource
- Synchronously obtains the
ManagedObject.
- Specified by:
getManagedObject in class AbstractManagedObjectSource<None,None>
- Returns:
ManagedObject.
- Throws:
Throwable - If fails to obtain the ManagedObject.
Copyright © 2005-2013. All Rights Reserved.