Uses of Interface
net.officefloor.frame.internal.configuration.ManagedObjectSourceConfiguration
Packages that use ManagedObjectSourceConfiguration
Package
Description
-
Uses of ManagedObjectSourceConfiguration in net.officefloor.frame.impl.construct.managedobjectsource
Classes in net.officefloor.frame.impl.construct.managedobjectsource that implement ManagedObjectSourceConfigurationModifier and TypeClassDescriptionclassManagedObjectBuilderImpl<O extends Enum<O>,F extends Enum<F>, MS extends ManagedObjectSource<O, F>> Implements theManagedObjectBuilder.Methods in net.officefloor.frame.impl.construct.managedobjectsource that return ManagedObjectSourceConfigurationModifier and TypeMethodDescriptionRawManagedObjectMetaData.getManagedObjectSourceConfiguration()Obtains theManagedObjectSourceConfiguration.Methods in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type ManagedObjectSourceConfigurationModifier and TypeMethodDescription<d extends Enum<d>,h extends Enum<h>, MS extends ManagedObjectSource<d, h>>
RawManagedObjectMetaData<d,h> RawManagedObjectMetaDataFactory.constructRawManagedObjectMetaData(ManagedObjectSourceConfiguration<h, MS> configuration, Object startupNotify, String officeFloorName, OfficeFloorIssues issues) Creates theRawManagedObjectMetaData.Constructors in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type ManagedObjectSourceConfigurationModifierConstructorDescriptionRawManagedObjectMetaData(String managedObjectName, ManagedObjectSourceConfiguration<F, ?> managedObjectSourceConfiguration, ManagedObjectSource<O, F> managedObjectSource, ManagedObjectSourceMetaData<O, F> managedObjectSourceMetaData, long timeout, ManagedObjectPool managedObjectPool, ManagedObjectServiceReady[] serviceReadiness, ThreadCompletionListener[] threadCompletionListeners, 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 -
Uses of ManagedObjectSourceConfiguration in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return ManagedObjectSourceConfigurationModifier and TypeMethodDescriptionOfficeFloorConfiguration.getManagedObjectSourceConfiguration()Obtains the configuration of theManagedObjectSourceinstances.