Uses of Interface
net.officefloor.frame.api.managedobject.source.ManagedObjectSource
-
-
Uses of ManagedObjectSource in net.officefloor.compile
Classes in net.officefloor.compile with type parameters of type ManagedObjectSource Modifier and Type Interface Description interface
ManagedObjectSourceService<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,S extends ManagedObjectSource<D,F>>
Service to plug-in anManagedObjectSource
Class
alias by including the extensionManagedObjectSource
jar on the class path.Methods in net.officefloor.compile with type parameters of type ManagedObjectSource Modifier and Type Method Description abstract <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,S extends ManagedObjectSource<D,F>>
voidOfficeFloorCompiler. addManagedObjectSourceAlias(java.lang.String alias, java.lang.Class<S> managedObjectSourceClass)
Allows providing an alias name for aManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with type parameters of type ManagedObjectSource Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,S extends ManagedObjectSource<D,F>>
voidOfficeFloorCompilerImpl. addManagedObjectSourceAlias(java.lang.String alias, java.lang.Class<S> managedObjectSourceClass)
<S extends ManagedObjectSource<?,?>>
java.lang.Class<S>OfficeFloorCompilerImpl. getManagedObjectSourceClass(java.lang.String managedObjectSourceName, ManagedObjectSourceNode node)
-
Uses of ManagedObjectSource in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt with type parameters of type ManagedObjectSource Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,S extends ManagedObjectSource<D,F>>
voidOfficeFloorCompilerAdapter. addManagedObjectSourceAlias(java.lang.String alias, java.lang.Class<S> managedObjectSourceClass)
-
Uses of ManagedObjectSource in net.officefloor.compile.impl.managedobject
Methods in net.officefloor.compile.impl.managedobject with type parameters of type ManagedObjectSource Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
ManagedObjectType<D>ManagedObjectLoaderImpl. loadManagedObjectType(java.lang.Class<MS> managedObjectSourceClass, PropertyList propertyList)
<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoaderImpl. loadOfficeFloorManagedObjectSourceType(java.lang.String managedObjectSourceName, java.lang.Class<MS> managedObjectSourceClass, PropertyList propertyList)
<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoaderImpl. loadOfficeFloorManagedObjectSourceType(java.lang.String managedObjectSourceName, MS managedObjectSource, PropertyList propertyList)
<D extends java.lang.Enum<D>,H extends java.lang.Enum<H>,MS extends ManagedObjectSource<D,H>>
PropertyListManagedObjectLoaderImpl. loadSpecification(java.lang.Class<MS> managedObjectSourceClass)
Methods in net.officefloor.compile.impl.managedobject with parameters of type ManagedObjectSource Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>>
ManagedObjectType<D>ManagedObjectLoaderImpl. loadManagedObjectType(ManagedObjectSource<D,F> managedObjectSource, PropertyList propertyList)
<D extends java.lang.Enum<D>,H extends java.lang.Enum<H>>
PropertyListManagedObjectLoaderImpl. loadSpecification(ManagedObjectSource<D,H> managedObjectSource)
Loads thePropertyList
specification. -
Uses of ManagedObjectSource in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office with parameters of type ManagedObjectSource Modifier and Type Method Description ManagedObjectType<?>
OfficeSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
-
Uses of ManagedObjectSource in net.officefloor.compile.impl.officefloor
Methods in net.officefloor.compile.impl.officefloor with parameters of type ManagedObjectSource Modifier and Type Method Description ManagedObjectType<?>
OfficeFloorSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
-
Uses of ManagedObjectSource in net.officefloor.compile.impl.section
Methods in net.officefloor.compile.impl.section with parameters of type ManagedObjectSource Modifier and Type Method Description ManagedObjectType<?>
SectionSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
-
Uses of ManagedObjectSource in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ManagedObjectSource Modifier and Type Method Description OfficeFloorManagedObjectSource
OfficeFloorNodeImpl. addManagedObjectSource(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource)
OfficeManagedObjectSource
OfficeNodeImpl. addOfficeManagedObjectSource(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource)
SectionManagedObjectSource
SectionNodeImpl. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource)
void
ManagedObjectSourceNodeImpl. initialise(java.lang.String managedObjectSourceClassName, ManagedObjectSource<?,?> managedObjectSource)
-
Uses of ManagedObjectSource in net.officefloor.compile.impl.supplier
Methods in net.officefloor.compile.impl.supplier that return ManagedObjectSource Modifier and Type Method Description ManagedObjectSource<?,?>
SuppliedManagedObjectSourceTypeImpl. getManagedObjectSource()
Methods in net.officefloor.compile.impl.supplier with parameters of type ManagedObjectSource Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>>
SuppliedManagedObjectSourceSupplierSourceContextImpl. addManagedObjectSource(java.lang.String qualifier, java.lang.Class<?> type, ManagedObjectSource<D,F> managedObjectSource)
Constructors in net.officefloor.compile.impl.supplier with parameters of type ManagedObjectSource Constructor Description SuppliedManagedObjectSourceTypeImpl(java.lang.Class<?> objectType, java.lang.String qualifier, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
Instantiate. -
Uses of ManagedObjectSource in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with type parameters of type ManagedObjectSource Modifier and Type Method Description <S extends ManagedObjectSource<?,?>>
java.lang.Class<S>NodeContext. getManagedObjectSourceClass(java.lang.String managedObjectSourceName, ManagedObjectSourceNode node)
Obtains theManagedObjectSource
class.Methods in net.officefloor.compile.internal.structure with parameters of type ManagedObjectSource Modifier and Type Method Description void
ManagedObjectSourceNode. initialise(java.lang.String managedObjectSourceClassName, ManagedObjectSource<?,?> managedObjectSource)
Initialises theManagedObjectSourceNode
. -
Uses of ManagedObjectSource in net.officefloor.compile.managedobject
Methods in net.officefloor.compile.managedobject with type parameters of type ManagedObjectSource Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
ManagedObjectType<D>ManagedObjectLoader. loadManagedObjectType(java.lang.Class<MS> managedObjectSourceClass, PropertyList propertyList)
Loads and returns theManagedObjectType
for theManagedObjectSource
.<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoader. loadOfficeFloorManagedObjectSourceType(java.lang.String managedObjectSourceName, java.lang.Class<MS> managedObjectSourceClass, PropertyList propertyList)
Loads and returns theOfficeFloorManagedObjectSourceType
for theManagedObjectSource
.<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
OfficeFloorManagedObjectSourceTypeManagedObjectLoader. loadOfficeFloorManagedObjectSourceType(java.lang.String managedObjectSourceName, MS managedObjectSource, PropertyList propertyList)
Loads and returns theOfficeFloorManagedObjectSourceType
for theManagedObjectSource
.<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
PropertyListManagedObjectLoader. loadSpecification(java.lang.Class<MS> managedObjectSourceClass)
Loads and returns thePropertyList
from theManagedObjectSourceSpecification
for theManagedObjectSource
.Methods in net.officefloor.compile.managedobject with parameters of type ManagedObjectSource Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>>
ManagedObjectType<D>ManagedObjectLoader. loadManagedObjectType(ManagedObjectSource<D,F> managedObjectSource, PropertyList propertyList)
Loads and returns theManagedObjectType
for theManagedObjectSource
.<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>>
PropertyListManagedObjectLoader. loadSpecification(ManagedObjectSource<D,F> managedObjectSource)
Loads and returns thePropertyList
from theManagedObjectSourceSpecification
for theManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type ManagedObjectSource Modifier and Type Method Description OfficeManagedObjectSource
OfficeArchitect. addOfficeManagedObjectSource(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource)
Adds aOfficeManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.office.source
Methods in net.officefloor.compile.spi.office.source with parameters of type ManagedObjectSource Modifier and Type Method Description ManagedObjectType<?>
OfficeSourceContext. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
Loads theManagedObjectType
. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.officefloor
Methods in net.officefloor.compile.spi.officefloor with parameters of type ManagedObjectSource Modifier and Type Method Description OfficeFloorManagedObjectSource
OfficeFloorDeployer. addManagedObjectSource(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource)
Adds anOfficeFloorManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.officefloor.source
Methods in net.officefloor.compile.spi.officefloor.source with parameters of type ManagedObjectSource Modifier and Type Method Description ManagedObjectType<?>
OfficeFloorSourceContext. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
Loads theManagedObjectType
. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section with parameters of type ManagedObjectSource Modifier and Type Method Description SectionManagedObjectSource
SectionDesigner. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource)
Adds aSectionManagedObjectSource
to theSectionNode
being built. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.section.source
Methods in net.officefloor.compile.spi.section.source with parameters of type ManagedObjectSource Modifier and Type Method Description ManagedObjectType<?>
SectionSourceContext. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
Loads theManagedObjectType
. -
Uses of ManagedObjectSource in net.officefloor.compile.spi.supplier.source
Methods in net.officefloor.compile.spi.supplier.source with parameters of type ManagedObjectSource Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>>
SuppliedManagedObjectSourceSupplierCompileContext. addManagedObjectSource(java.lang.String qualifier, java.lang.Class<?> type, ManagedObjectSource<D,F> managedObjectSource)
Adds a potentialManagedObjectSource
for dependency injection. -
Uses of ManagedObjectSource in net.officefloor.compile.supplier
Methods in net.officefloor.compile.supplier that return ManagedObjectSource Modifier and Type Method Description ManagedObjectSource<?,?>
SuppliedManagedObjectSourceType. getManagedObjectSource()
Obtains theManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.compile.test.managedobject
Classes in net.officefloor.compile.test.managedobject that implement ManagedObjectSource Modifier and Type Class Description static class
ManagedObjectLoaderUtil.CollectMetaDataContextManagedObjectSource
ManagedObjectSource
to enable obtaining theAbstractAsyncManagedObjectSource.MetaDataContext
.Methods in net.officefloor.compile.test.managedobject with type parameters of type ManagedObjectSource Modifier and Type Method Description static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>,S extends ManagedObjectSource<M,F>>
ManagedObjectType<M>ManagedObjectLoaderUtil. loadManagedObjectType(java.lang.Class<S> managedObjectSourceClass, java.lang.ClassLoader classLoader, java.lang.String... propertyNameValues)
Loads theManagedObjectType
from theManagedObjectSource
.static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>,S extends ManagedObjectSource<M,F>>
ManagedObjectType<M>ManagedObjectLoaderUtil. loadManagedObjectType(java.lang.Class<S> managedObjectSourceClass, java.lang.String... propertyNameValues)
Convenience method to load theManagedObjectType
from theManagedObjectSource
utilising theClassLoader
from the inputManagedObjectSource
class.static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>,S extends ManagedObjectSource<M,F>>
ManagedObjectType<M>ManagedObjectLoaderUtil. validateManagedObjectType(ManagedObjectTypeBuilder expectedManagedObjectType, java.lang.Class<S> managedObjectSourceClass, java.lang.String... propertyNameValues)
Validates theManagedObjectType
contained in theManagedObjectTypeBuilder
against theManagedObjectType
loaded from theManagedObjectSource
.static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>,S extends ManagedObjectSource<M,F>>
PropertyListManagedObjectLoaderUtil. validateSpecification(java.lang.Class<S> managedObjectSourceClass, java.lang.String... propertyNameLabels)
Validates theManagedObjectSourceSpecification
for theManagedObjectSource
.Methods in net.officefloor.compile.test.managedobject with parameters of type ManagedObjectSource Modifier and Type Method Description static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
ManagedObjectType<M>ManagedObjectLoaderUtil. loadManagedObjectType(ManagedObjectSource<M,F> managedObjectSource, java.lang.String... propertyNameValues)
Loads theManagedObjectType
from theManagedObjectSource
.static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
ManagedObjectType<M>ManagedObjectLoaderUtil. validateManagedObjectType(ManagedObjectTypeBuilder expectedManagedObjectType, ManagedObjectSource<M,F> managedObjectSource, java.lang.String... propertyNameValues)
Validates theManagedObjectType
contained in theManagedObjectTypeBuilder
against theManagedObjectType
loaded from theManagedObjectSource
.static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
PropertyListManagedObjectLoaderUtil. validateSpecification(ManagedObjectSource<M,F> managedObjectSource, java.lang.String... propertyNameLabels)
Validates theManagedObjectSourceSpecification
for theManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.compile.test.supplier
Methods in net.officefloor.compile.test.supplier with type parameters of type ManagedObjectSource Modifier and Type Method Description <O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<O,F>>
PropertyListSupplierTypeBuilder. addSuppliedManagedObjectSource(java.lang.String qualifier, java.lang.Class<?> objectType, MS managedObjectSource)
Adds aSuppliedManagedObjectSourceType
. -
Uses of ManagedObjectSource in net.officefloor.flyway
Classes in net.officefloor.flyway that implement ManagedObjectSource Modifier and Type Class Description class
FlywayManagedObjectSource
ManagedObjectSource
forFlyway
.class
FlywayMigrateManagedObjectSource
Flyway
migrateManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with type parameters of type ManagedObjectSource Modifier and Type Method Description <O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<O,F>>
ManagedObjectBuilder<F>OfficeFloorBuilder. addManagedObject(java.lang.String managedObjectSourceName, java.lang.Class<MS> managedObjectSourceClass)
Adds aManagedObjectSource
to thisOfficeFloorBuilder
.Methods in net.officefloor.frame.api.build with parameters of type ManagedObjectSource Modifier and Type Method Description <O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
ManagedObjectBuilder<F>OfficeFloorBuilder. addManagedObject(java.lang.String managedObjectSourceName, ManagedObjectSource<O,F> managedObjectSource)
Adds aManagedObjectSource
to thisOfficeFloorBuilder
. -
Uses of ManagedObjectSource in net.officefloor.frame.api.managedobject.pool
Methods in net.officefloor.frame.api.managedobject.pool that return ManagedObjectSource Modifier and Type Method Description ManagedObjectSource<?,?>
ManagedObjectPoolContext. getManagedObjectSource()
ManagedObjectSource
to have itsManagedObject
instances pooled. -
Uses of ManagedObjectSource in net.officefloor.frame.api.managedobject.source.impl
Classes in net.officefloor.frame.api.managedobject.source.impl that implement ManagedObjectSource Modifier and Type Class Description class
AbstractAsyncManagedObjectSource<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
AbstractManagedObjectSource
allowing to asynchronously source theManagedObject
.class
AbstractManagedObjectSource<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
AbstractManagedObjectSource
that allows to synchronously source theManagedObject
. -
Uses of ManagedObjectSource in net.officefloor.frame.impl.construct.managedobjectsource
Classes in net.officefloor.frame.impl.construct.managedobjectsource with type parameters of type ManagedObjectSource Modifier and Type Class Description class
ManagedObjectBuilderImpl<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<O,F>>
Implements theManagedObjectBuilder
.Methods in net.officefloor.frame.impl.construct.managedobjectsource with type parameters of type ManagedObjectSource Modifier and Type Method Description <d extends java.lang.Enum<d>,h extends java.lang.Enum<h>,MS extends ManagedObjectSource<d,h>>
RawManagedObjectMetaData<d,h>RawManagedObjectMetaDataFactory. constructRawManagedObjectMetaData(ManagedObjectSourceConfiguration<h,MS> configuration, java.lang.Object startupNotify, java.lang.String officeFloorName, OfficeFloorIssues issues)
Creates theRawManagedObjectMetaData
.Methods in net.officefloor.frame.impl.construct.managedobjectsource that return ManagedObjectSource Modifier and Type Method Description ManagedObjectSource<O,F>
RawManagedObjectMetaData. getManagedObjectSource()
Obtains theManagedObjectSource
.Constructors in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type ManagedObjectSource Constructor Description RawManagedObjectMetaData(java.lang.String managedObjectName, ManagedObjectSourceConfiguration<F,?> managedObjectSourceConfiguration, ManagedObjectSource<O,F> managedObjectSource, ManagedObjectSourceMetaData<O,F> managedObjectSourceMetaData, long timeout, ManagedObjectPool managedObjectPool, ManagedObjectServiceReady[] serviceReadiness, ThreadCompletionListener[] threadCompletionListeners, java.lang.Class<?> objectType, boolean isContextAware, boolean isAsynchronous, boolean isCoordinating, RawManagingOfficeMetaData<F> rawManagingOfficeMetaData)
Initiate. -
Uses of ManagedObjectSource in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor with type parameters of type ManagedObjectSource Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
ManagedObjectBuilder<F>OfficeFloorBuilderImpl. addManagedObject(java.lang.String managedObjectSourceName, java.lang.Class<MS> managedObjectSourceClass)
Methods in net.officefloor.frame.impl.construct.officefloor with parameters of type ManagedObjectSource Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>>
ManagedObjectBuilder<F>OfficeFloorBuilderImpl. addManagedObject(java.lang.String managedObjectSourceName, ManagedObjectSource<D,F> managedObjectSource)
-
Uses of ManagedObjectSource in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject that return ManagedObjectSource Modifier and Type Method Description ManagedObjectSource<?,?>
ManagedObjectMetaDataImpl. getManagedObjectSource()
Constructors in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedObjectSource Constructor Description ManagedObjectMetaDataImpl(java.lang.String boundManagedObjectName, java.lang.Class<?> objectType, int instanceIndex, ManagedObjectSource<?,?> source, ManagedObjectPool pool, boolean isContextAwareManagedObject, AssetManagerReference sourcingManagerReference, boolean isManagedObjectAsynchronous, AssetManagerReference operationsManagerReference, boolean isCoordinatingManagedObject, ManagedObjectIndex[] dependencyMapping, long timeout, ManagedObjectGovernanceMetaData<?>[] governanceMetaData, java.util.logging.Logger logger)
Instantiate. -
Uses of ManagedObjectSource in net.officefloor.frame.impl.execute.officefloor
Methods in net.officefloor.frame.impl.execute.officefloor that return ManagedObjectSource Modifier and Type Method Description ManagedObjectSource<?,F>
ManagedObjectSourceInstanceImpl. getManagedObjectSource()
Constructors in net.officefloor.frame.impl.execute.officefloor with parameters of type ManagedObjectSource Constructor Description ManagedObjectSourceInstanceImpl(ManagedObjectSource<?,F> managedObjectSource, ManagedObjectExecuteManagerFactory<F> managedObjectExecuteContextFactory, ManagedObjectPool managedObjectPool, ManagedObjectServiceReady[] serviceReadiness)
Initiate. -
Uses of ManagedObjectSource in net.officefloor.frame.impl.execute.pool
Methods in net.officefloor.frame.impl.execute.pool that return ManagedObjectSource Modifier and Type Method Description ManagedObjectSource<?,?>
ManagedObjectPoolContextImpl. getManagedObjectSource()
Constructors in net.officefloor.frame.impl.execute.pool with parameters of type ManagedObjectSource Constructor Description ManagedObjectPoolContextImpl(ManagedObjectSource<?,?> managedObjectSource)
Instantiate. -
Uses of ManagedObjectSource in net.officefloor.frame.internal.configuration
Classes in net.officefloor.frame.internal.configuration with type parameters of type ManagedObjectSource Modifier and Type Interface Description interface
ManagedObjectSourceConfiguration<F extends java.lang.Enum<F>,MS extends ManagedObjectSource<?,F>>
Configuration of aManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedObjectSource Modifier and Type Method Description ManagedObjectSource<?,?>
ManagedObjectMetaData. getManagedObjectSource()
Obtains theManagedObjectSource
for theManagedObject
.ManagedObjectSource<?,F>
ManagedObjectSourceInstance. getManagedObjectSource()
Obtains theManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement ManagedObjectSource Modifier and Type Class Description class
MockManagedObjectSource
Mock implementation of theManagedObjectSource
for testing.class
TestManagedObject.TestManagedObjectSource
TestManagedObjectSource
.Methods in net.officefloor.frame.test with type parameters of type ManagedObjectSource Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
ManagedObjectBuilder<F>AbstractOfficeConstructTestCase. constructManagedObject(java.lang.String managedObjectName, java.lang.Class<MS> managedObjectSourceClass, java.lang.String managingOffice)
Facade method to register aManagedObject
.<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
ManagedObjectBuilder<F>AbstractOfficeConstructTestCase. constructManagedObject(java.lang.String managedObjectName, MS managedObjectSource, java.lang.String managingOffice)
Facade method to register aManagedObject
.<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
ManagedObjectBuilder<F>ConstructTestSupport. constructManagedObject(java.lang.String managedObjectName, java.lang.Class<MS> managedObjectSourceClass, java.lang.String managingOffice)
Facade method to register aManagedObject
.<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
ManagedObjectBuilder<F>ConstructTestSupport. constructManagedObject(java.lang.String managedObjectName, MS managedObjectSource, java.lang.String managingOffice)
Facade method to register aManagedObject
. -
Uses of ManagedObjectSource in net.officefloor.frame.util
Methods in net.officefloor.frame.util with type parameters of type ManagedObjectSource Modifier and Type Method Description <O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<O,F>>
MSManagedObjectSourceStandAlone. initManagedObjectSource(java.lang.Class<MS> managedObjectSourceClass)
Instantiates and initialises theManagedObjectSource
.<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<O,F>>
MSManagedObjectSourceStandAlone. initManagedObjectSource(MS managedObjectSource)
Instantiates and initialises theManagedObjectSource
.<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<O,F>>
MSManagedObjectSourceStandAlone. loadManagedObjectSource(java.lang.Class<MS> managedObjectSourceClass)
Loads (init and start) theManagedObjectSource
.<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<O,F>>
MSManagedObjectSourceStandAlone. loadManagedObjectSource(MS managedObjectSource)
Loads (init and start) theManagedObjectSource
.<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<O,F>>
voidManagedObjectSourceStandAlone. startManagedObjectSource(MS managedObjectSource)
Starts theManagedObjectSource
.Methods in net.officefloor.frame.util with parameters of type ManagedObjectSource Modifier and Type Method Description ManagedObject
ManagedObjectUserStandAlone. sourceManagedObject(ManagedObjectSource<?,?> source)
Sources theManagedObject
from theManagedObjectSource
.ManagedObject
ManagedObjectUserStandAlone. sourceManagedObject(ManagedObjectSource<?,?> source, boolean isWait)
Sources theManagedObject
from theManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.identity.google
Classes in net.officefloor.identity.google that implement ManagedObjectSource Modifier and Type Class Description class
GoogleIdTokenVerifierManagedObjectSource
ManagedObjectSource
for theGoogleIdTokenVerifier
. -
Uses of ManagedObjectSource in net.officefloor.jdbc
Classes in net.officefloor.jdbc that implement ManagedObjectSource Modifier and Type Class Description class
AbstractJdbcManagedObjectSource
AbstractManagedObjectSource
forConnection
.class
ConnectionManagedObjectSource
ManagedObjectSource
forConnection
.class
DataSourceManagedObjectSource
ManagedObjectSource
for aDataSource
.class
ReadOnlyConnectionManagedObjectSource
Read-onlyConnection
ManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.jdbc.h2
Classes in net.officefloor.jdbc.h2 that implement ManagedObjectSource Modifier and Type Class Description class
H2DataSourceManagedObjectSource
class
H2ReadOnlyConnectionManagedObjectSource
H2 read-onlyConnectionManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.jdbc.postgresql
Classes in net.officefloor.jdbc.postgresql that implement ManagedObjectSource Modifier and Type Class Description class
PostgreSqlDataSourceManagedObjectSource
PostgreSQLDataSourceManagedObjectSource
.class
PostgreSqlReadOnlyConnectionManagedObjectSource
PostgreSQLConnectionManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.jpa
Classes in net.officefloor.jpa that implement ManagedObjectSource Modifier and Type Class Description class
JpaManagedObjectSource
JPAManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.jpa.datanucleus
Classes in net.officefloor.jpa.datanucleus that implement ManagedObjectSource Modifier and Type Class Description class
DataNucleusJpaManagedObjectSource
DataNucleusJpaManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.jpa.hibernate
Classes in net.officefloor.jpa.hibernate that implement ManagedObjectSource Modifier and Type Class Description class
HibernateJpaManagedObjectSource
HibernateJpaManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.nosql.cosmosdb
Classes in net.officefloor.nosql.cosmosdb that implement ManagedObjectSource Modifier and Type Class Description class
CosmosAsyncClientManagedObjectSource
ManagedObjectSource
for theCosmosAsyncClient
.class
CosmosAsyncDatabaseManagedObjectSource
ManagedObjectSource
for theCosmosAsyncDatabase
.class
CosmosAsyncEntitiesManagedObjectSource
ManagedObjectSource
for theCosmosAsyncEntities
.class
CosmosClientManagedObjectSource
ManagedObjectSource
for theCosmosClient
.class
CosmosDatabaseManagedObjectSource
ManagedObjectSource
for theCosmosDatabase
.class
CosmosEntitiesManagedObjectSource
ManagedObjectSource
for theCosmosEntities
. -
Uses of ManagedObjectSource in net.officefloor.nosql.dynamodb
Classes in net.officefloor.nosql.dynamodb that implement ManagedObjectSource Modifier and Type Class Description class
DynamoDbMapperManagedObjectSource
ManagedObjectSource
for theDynamoDBMapper
. -
Uses of ManagedObjectSource in net.officefloor.pay.paypal
Classes in net.officefloor.pay.paypal that implement ManagedObjectSource Modifier and Type Class Description class
PayPalHttpClientManagedObjectSource
ManagedObjectSource
for thePayPalHttpClient
. -
Uses of ManagedObjectSource in net.officefloor.plugin.managedobject.clazz
Classes in net.officefloor.plugin.managedobject.clazz that implement ManagedObjectSource Modifier and Type Class Description class
ClassManagedObjectSource
ManagedObjectSource
that manages anObject
via reflection. -
Uses of ManagedObjectSource in net.officefloor.plugin.managedobject.singleton
Classes in net.officefloor.plugin.managedobject.singleton that implement ManagedObjectSource Modifier and Type Class Description class
Singleton
Provides a singleton object. -
Uses of ManagedObjectSource in net.officefloor.plugin.section.clazz
Methods in net.officefloor.plugin.section.clazz that return types with arguments of type ManagedObjectSource Modifier and Type Method Description java.lang.Class<? extends ManagedObjectSource<?,?>>
source()
Obtains the implementingManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader with parameters of type ManagedObjectSource Modifier and Type Method Description ClassSectionManagedObject
ClassSectionLoader. addManagedObject(java.lang.String objectName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties, ObjectDecoration objectDecoration)
Loads theSectionManagedObject
. -
Uses of ManagedObjectSource in net.officefloor.plugin.section.clazz.object
Methods in net.officefloor.plugin.section.clazz.object with parameters of type ManagedObjectSource Modifier and Type Method Description ClassSectionManagedObject
ClassSectionObjectContext. getOrCreateManagedObject(ManagedObjectSource<?,?> managedObjectSource, PropertyList properties, ClassSectionTypeQualifier... typeQualifiers)
Gets or creates theSectionManagedObject
. -
Uses of ManagedObjectSource in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type ManagedObjectSource Modifier and Type Method Description SectionManagedObjectSource
TransformSectionDesigner. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource)
-
Uses of ManagedObjectSource in net.officefloor.plugin.variable
Classes in net.officefloor.plugin.variable that implement ManagedObjectSource Modifier and Type Class Description class
VariableManagedObjectSource<T>
VariableManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.plugin.xml.marshall.tree
Classes in net.officefloor.plugin.xml.marshall.tree that implement ManagedObjectSource Modifier and Type Class Description class
TreeXmlMarshallerManagedObjectSource
ManagedObjectSource
for theTreeXmlMarshaller
. -
Uses of ManagedObjectSource in net.officefloor.plugin.xml.unmarshall.flat
Classes in net.officefloor.plugin.xml.unmarshall.flat that implement ManagedObjectSource Modifier and Type Class Description class
FlatXmlUnmarshallerManagedObjectSource
ManagedObjectSource
to obtain aFlatXmlUnmarshaller
. -
Uses of ManagedObjectSource in net.officefloor.plugin.xml.unmarshall.tree
Classes in net.officefloor.plugin.xml.unmarshall.tree that implement ManagedObjectSource Modifier and Type Class Description class
TreeXmlUnmarshallerManagedObjectSource
ManagedObjectSource
to obtain aTreeXmlUnmarshaller
. -
Uses of ManagedObjectSource in net.officefloor.r2dbc
Classes in net.officefloor.r2dbc that implement ManagedObjectSource Modifier and Type Class Description class
R2dbcManagedObjectSource
ManagedObjectSource
for R2DBCConnection
. -
Uses of ManagedObjectSource in net.officefloor.server.http
Classes in net.officefloor.server.http that implement ManagedObjectSource Modifier and Type Class Description static class
AbstractHttpServerImplementationTestCase.CancelConnectionManagedObjectSource
class
HttpServerSocketManagedObjectSource
-
Uses of ManagedObjectSource in net.officefloor.servlet.supply
Classes in net.officefloor.servlet.supply that implement ManagedObjectSource Modifier and Type Class Description class
ServletServicerManagedObjectSource
ManagedObjectSource
to provideServletManager
. -
Uses of ManagedObjectSource in net.officefloor.spring
Classes in net.officefloor.spring that implement ManagedObjectSource Modifier and Type Class Description class
ApplicationContextManagedObjectSource
ManagedObjectSource
for theConfigurableApplicationContext
.class
SpringBeanManagedObjectSource
Spring beanManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.spring.webclient
Classes in net.officefloor.spring.webclient that implement ManagedObjectSource Modifier and Type Class Description class
WebClientManagedObjectSource
ManagedObjectSource
for aWebClient
. -
Uses of ManagedObjectSource in net.officefloor.tutorial.jwtauthorityhttpserver
Classes in net.officefloor.tutorial.jwtauthorityhttpserver that implement ManagedObjectSource Modifier and Type Class Description class
InMemoryJwtAuthorityRepositoryManagedObjectSource
In memoryJwtAuthorityRepository
ManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.tutorial.jwthttpserver
Classes in net.officefloor.tutorial.jwthttpserver that implement ManagedObjectSource Modifier and Type Class Description class
InMemoryJwtAuthorityRepositoryManagedObjectSource
In memoryJwtAuthorityRepository
ManagedObjectSource
. -
Uses of ManagedObjectSource in net.officefloor.web.jwt
Classes in net.officefloor.web.jwt that implement ManagedObjectSource Modifier and Type Class Description class
JwtClaimsManagedObjectSource
ManagedObjectSource
to provide the JWT claims. -
Uses of ManagedObjectSource in net.officefloor.web.jwt.authority
Classes in net.officefloor.web.jwt.authority that implement ManagedObjectSource Modifier and Type Class Description class
JwtAuthorityManagedObjectSource
-
Uses of ManagedObjectSource in net.officefloor.web.resource.source
Classes in net.officefloor.web.resource.source that implement ManagedObjectSource Modifier and Type Class Description class
HttpResourceCacheManagedObjectSource
ManagedObjectSource
for theHttpResourceCache
.class
HttpResourceStoreManagedObjectSource
ManagedObjectSource
for theHttpResourceStore
. -
Uses of ManagedObjectSource in net.officefloor.web.response
Classes in net.officefloor.web.response that implement ManagedObjectSource Modifier and Type Class Description class
ObjectResponseManagedObjectSource
ManagedObjectSource
for theObjectResponse
. -
Uses of ManagedObjectSource in net.officefloor.web.security.impl
-
Uses of ManagedObjectSource in net.officefloor.web.security.store
Classes in net.officefloor.web.security.store that implement ManagedObjectSource Modifier and Type Class Description class
JndiLdapManagedObjectSource
class
MockCredentialStoreManagedObjectSource
Provides mocking of aCredentialStore
in a similar wayMockChallengeHttpSecuritySource
works.class
PasswordFileManagedObjectSource
-
Uses of ManagedObjectSource in net.officefloor.web.security.type
Classes in net.officefloor.web.security.type that implement ManagedObjectSource Modifier and Type Class Description class
HttpSecurityManagedObjectAdapterSource<O extends java.lang.Enum<O>>
Adapts theHttpSecuritySource
to be aManagedObjectSource
.Methods in net.officefloor.web.security.type that return ManagedObjectSource Modifier and Type Method Description ManagedObjectSource<O,?>
HttpSecuritySupportingManagedObjectImpl. getManagedObjectSource()
ManagedObjectSource<O,?>
HttpSecuritySupportingManagedObjectType. getManagedObjectSource()
Obtains theManagedObjectSource
.Method parameters in net.officefloor.web.security.type with type arguments of type ManagedObjectSource Modifier and Type Method Description HttpSecuritySupportingManagedObjectType<?>
HttpSecuritySupportingManagedObjectImpl. loadHttpSecuritySupportingManagedObjectType(java.util.function.BiFunction<ManagedObjectSource<?,?>,PropertyList,ManagedObjectType<?>> managedObjectTypeLoader)
Loads theHttpSecuritySupportingManagedObjectType
.Constructors in net.officefloor.web.security.type with parameters of type ManagedObjectSource Constructor Description HttpSecuritySupportingManagedObjectImpl(java.lang.String name, ManagedObjectSource<O,?> managedObjectSource, java.util.function.Supplier<PropertyList> propertyListFactory, ManagedObjectScope managedObjectScope)
Instantiate. -
Uses of ManagedObjectSource in net.officefloor.web.session
Classes in net.officefloor.web.session that implement ManagedObjectSource Modifier and Type Class Description class
HttpSessionManagedObjectSource
ManagedObjectSource
for aHttpSession
. -
Uses of ManagedObjectSource in net.officefloor.web.session.object
Classes in net.officefloor.web.session.object that implement ManagedObjectSource Modifier and Type Class Description class
HttpSessionObjectManagedObjectSource
-
Uses of ManagedObjectSource in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security with parameters of type ManagedObjectSource Modifier and Type Method Description <O extends java.lang.Enum<O>>
HttpSecuritySupportingManagedObject<O>HttpSecuritySourceContext. addSupportingManagedObject(java.lang.String managedObjectName, ManagedObjectSource<O,?> managedObjectSource, ManagedObjectScope managedObjectScope)
-
Uses of ManagedObjectSource in net.officefloor.web.state
Classes in net.officefloor.web.state that implement ManagedObjectSource Modifier and Type Class Description class
HttpApplicationObjectManagedObjectSource
class
HttpApplicationStateManagedObjectSource
ManagedObjectSource
for theHttpRequestState
.class
HttpArgumentManagedObjectSource
ManagedObjectSource
for a HTTP argument.class
HttpObjectManagedObjectSource<T>
class
HttpRequestObjectManagedObjectSource
class
HttpRequestStateManagedObjectSource
ManagedObjectSource
for theHttpRequestState
.
-