Uses of Interface
net.officefloor.frame.internal.structure.ManagedObjectExecuteContextFactory
-
-
Uses of ManagedObjectExecuteContextFactory in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource that return ManagedObjectExecuteContextFactory Modifier and Type Method Description ManagedObjectExecuteContextFactory<F>
RawManagingOfficeMetaData. getManagedObjectExecuteContextFactory()
Obtains theManagedObjectExecuteContextFactory
for theManagedObjectSource
. -
Uses of ManagedObjectExecuteContextFactory in net.officefloor.frame.impl.execute.officefloor
Classes in net.officefloor.frame.impl.execute.officefloor that implement ManagedObjectExecuteContextFactory Modifier and Type Class Description class
ManagedObjectExecuteContextFactoryImpl<F extends java.lang.Enum<F>>
ManagedObjectExecuteContextFactory
implementation.Methods in net.officefloor.frame.impl.execute.officefloor that return ManagedObjectExecuteContextFactory Modifier and Type Method Description ManagedObjectExecuteContextFactory<F>
ManagedObjectSourceInstanceImpl. getManagedObjectExecuteContextFactory()
Constructors in net.officefloor.frame.impl.execute.officefloor with parameters of type ManagedObjectExecuteContextFactory Constructor Description ManagedObjectSourceInstanceImpl(ManagedObjectSource<?,F> managedObjectSource, ManagedObjectExecuteContextFactory<F> managedObjectExecuteContextFactory, ManagedObjectPool managedObjectPool)
Initiate. -
Uses of ManagedObjectExecuteContextFactory in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedObjectExecuteContextFactory Modifier and Type Method Description ManagedObjectExecuteContextFactory<F>
ManagedObjectSourceInstance. getManagedObjectExecuteContextFactory()
Obtains theManagedObjectExecuteContextFactory
for theManagedObjectSource
.
-