public class ServletHttpApplicationStateManagedObjectSource extends AbstractManagedObjectSource<ServletHttpApplicationStateManagedObjectSource.Dependencies,None>
Modifier and Type | Class and Description |
---|---|
static class |
ServletHttpApplicationStateManagedObjectSource.Dependencies
Dependencies for the
ServletHttpApplicationStateManagedObjectSource.ServletHttpApplicationStateManagedObject . |
static class |
ServletHttpApplicationStateManagedObjectSource.ServletHttpApplicationStateManagedObject
ManagedObject for the ServletBridge . |
AbstractAsyncManagedObjectSource.DependencyLabeller, AbstractAsyncManagedObjectSource.Labeller, AbstractAsyncManagedObjectSource.MetaDataContext<D extends Enum<D>,F extends Enum<F>>, AbstractAsyncManagedObjectSource.SpecificationContext
Constructor and Description |
---|
ServletHttpApplicationStateManagedObjectSource() |
Modifier and Type | Method and Description |
---|---|
protected ManagedObject |
getManagedObject()
Synchronously obtains the
ManagedObject . |
protected void |
loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<ServletHttpApplicationStateManagedObjectSource.Dependencies,None> context)
Overridden to load meta-data.
|
protected void |
loadSpecification(AbstractAsyncManagedObjectSource.SpecificationContext context)
Overridden to load specifications.
|
sourceManagedObject
getMetaData, getSpecification, init, start, stop
public ServletHttpApplicationStateManagedObjectSource()
protected void loadSpecification(AbstractAsyncManagedObjectSource.SpecificationContext context)
AbstractAsyncManagedObjectSource
loadSpecification
in class AbstractAsyncManagedObjectSource<ServletHttpApplicationStateManagedObjectSource.Dependencies,None>
context
- Specifications.protected void loadMetaData(AbstractAsyncManagedObjectSource.MetaDataContext<ServletHttpApplicationStateManagedObjectSource.Dependencies,None> context) throws Exception
AbstractAsyncManagedObjectSource
loadMetaData
in class AbstractAsyncManagedObjectSource<ServletHttpApplicationStateManagedObjectSource.Dependencies,None>
context
- Meta-data.Exception
- If fails to load the meta-data.protected ManagedObject getManagedObject() throws Throwable
AbstractManagedObjectSource
ManagedObject
.getManagedObject
in class AbstractManagedObjectSource<ServletHttpApplicationStateManagedObjectSource.Dependencies,None>
ManagedObject
.Throwable
- If fails to obtain the ManagedObject
.Copyright © 2005–2016. All rights reserved.