Uses of Interface
net.officefloor.frame.internal.structure.ManagedFunctionLocator
Packages that use ManagedFunctionLocator
Package
Description
-
Uses of ManagedFunctionLocator in net.officefloor.frame.impl.construct.office
Classes in net.officefloor.frame.impl.construct.office that implement ManagedFunctionLocator -
Uses of ManagedFunctionLocator in net.officefloor.frame.impl.construct.util
Methods in net.officefloor.frame.impl.construct.util with parameters of type ManagedFunctionLocatorModifier and TypeMethodDescriptionstatic ManagedFunctionMetaData<?,?> ConstructUtil.getFunctionMetaData(ManagedFunctionReference functionReference, ManagedFunctionLocator functionLocator, OfficeFloorIssues issues, OfficeFloorIssues.AssetType assetType, String assetName, String forItemDescription) Obtains theManagedFunctionMetaDatareporting any failure to find to theOfficeFloorIssues. -
Uses of ManagedFunctionLocator in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that return ManagedFunctionLocatorConstructors in net.officefloor.frame.impl.execute.office with parameters of type ManagedFunctionLocatorModifierConstructorDescriptionOfficeMetaDataImpl(String officeName, OfficeManagerHirer officeManagerHirer, MonitorClock monitorClock, FunctionLoop functionLoop, ThreadLocalAwareExecutor threadLocalAwareExecutor, Executive executive, ManagedExecutionFactory managedExecutionFactory, ManagedFunctionMetaData<?, ?>[] functionMetaDatas, ManagedFunctionLocator functionLocator, ProcessMetaData processMetaData, ManagedFunctionMetaData<?, ?> stateKeepAliveFunctionMetaData, Map<String, ManagedFunctionMetaData<?, ?>> loadObjectMetaDatas, OfficeStartupFunction[] startupFunctions, Profiler profiler) Initiate. -
Uses of ManagedFunctionLocator in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedFunctionLocatorModifier and TypeMethodDescriptionOfficeMetaData.getManagedFunctionLocator()Obtains theManagedFunctionLocator.