Uses of Interface
net.officefloor.frame.internal.structure.ManagedObjectStartupFunction
-
-
Uses of ManagedObjectStartupFunction in net.officefloor.frame.impl.construct.managedobject
Methods in net.officefloor.frame.impl.construct.managedobject with parameters of type ManagedObjectStartupFunction Modifier and Type Method Description void
RawBoundManagedObjectInstanceMetaData. loadRemainingState(OfficeMetaData officeMetaData, ManagedObjectStartupFunction[] startupFunctions, FlowMetaData recycleFlowMetaData, ManagedObjectAdministrationMetaDataFactory managedObjectAdminFactory, AssetManagerRegistry assetManagerRegistry, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Loads the remaining state for theManagedObjectMetaData
. -
Uses of ManagedObjectStartupFunction in net.officefloor.frame.impl.execute.managedobject
Classes in net.officefloor.frame.impl.execute.managedobject that implement ManagedObjectStartupFunction Modifier and Type Class Description class
ManagedObjectStartupFunctionImpl
ManagedObjectStartupFunction
implementation.Methods in net.officefloor.frame.impl.execute.managedobject that return ManagedObjectStartupFunction Modifier and Type Method Description ManagedObjectStartupFunction[]
ManagedObjectMetaDataImpl. getStartupFunctions()
Methods in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedObjectStartupFunction Modifier and Type Method Description void
ManagedObjectMetaDataImpl. loadRemainingState(OfficeMetaData officeMetaData, ManagedObjectStartupFunction[] startupFunctions, FlowMetaData recycleFlowMetaData, ManagedObjectAdministrationMetaData<?,?,?>[] preloadAdministration)
Loads the remaining state of thisManagedObjectMetaData
. -
Uses of ManagedObjectStartupFunction in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedObjectStartupFunction Modifier and Type Method Description ManagedObjectStartupFunction[]
ManagedObjectMetaData. getStartupFunctions()
Obtains theManagedObjectStartupFunction
instances for theManagedObjectSource
.
-