Uses of Interface
net.officefloor.frame.internal.configuration.ManagedObjectSourceConfiguration
-
-
Uses of ManagedObjectSourceConfiguration in net.officefloor.frame.impl.construct.managedobjectsource
Classes in net.officefloor.frame.impl.construct.managedobjectsource that implement ManagedObjectSourceConfiguration 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 that return ManagedObjectSourceConfiguration Modifier and Type Method Description ManagedObjectSourceConfiguration<F,?>
RawManagedObjectMetaData. getManagedObjectSourceConfiguration()
Obtains theManagedObjectSourceConfiguration
.Methods in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type ManagedObjectSourceConfiguration 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
.Constructors in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type ManagedObjectSourceConfiguration 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 ManagedObjectSourceConfiguration in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return ManagedObjectSourceConfiguration Modifier and Type Method Description ManagedObjectSourceConfiguration<?,?>[]
OfficeFloorBuilderImpl. getManagedObjectSourceConfiguration()
-
Uses of ManagedObjectSourceConfiguration in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return ManagedObjectSourceConfiguration Modifier and Type Method Description ManagedObjectSourceConfiguration<?,?>[]
OfficeFloorConfiguration. getManagedObjectSourceConfiguration()
Obtains the configuration of theManagedObjectSource
instances.
-