Uses of Interface
net.officefloor.frame.internal.structure.ManagedFunctionLocator
-
-
Uses of ManagedFunctionLocator in net.officefloor.frame.impl.construct.office
Classes in net.officefloor.frame.impl.construct.office that implement ManagedFunctionLocator Modifier and Type Class Description class
ManagedFunctionLocatorImpl
ManagedFunctionLocator
implementation. -
Uses of ManagedFunctionLocator in net.officefloor.frame.impl.construct.util
Methods in net.officefloor.frame.impl.construct.util with parameters of type ManagedFunctionLocator Modifier and Type Method Description static ManagedFunctionMetaData<?,?>
ConstructUtil. getFunctionMetaData(ManagedFunctionReference functionReference, ManagedFunctionLocator functionLocator, OfficeFloorIssues issues, OfficeFloorIssues.AssetType assetType, java.lang.String assetName, java.lang.String forItemDescription)
Obtains theManagedFunctionMetaData
reporting 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 ManagedFunctionLocator Modifier and Type Method Description ManagedFunctionLocator
OfficeMetaDataImpl. getManagedFunctionLocator()
Constructors in net.officefloor.frame.impl.execute.office with parameters of type ManagedFunctionLocator Constructor Description OfficeMetaDataImpl(java.lang.String officeName, OfficeManagerHirer officeManagerHirer, MonitorClock monitorClock, FunctionLoop functionLoop, ThreadLocalAwareExecutor threadLocalAwareExecutor, Executive executive, ManagedExecutionFactory managedExecutionFactory, ManagedFunctionMetaData<?,?>[] functionMetaDatas, ManagedFunctionLocator functionLocator, ProcessMetaData processMetaData, ManagedFunctionMetaData<?,?> stateKeepAliveFunctionMetaData, java.util.Map<java.lang.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 ManagedFunctionLocator Modifier and Type Method Description ManagedFunctionLocator
OfficeMetaData. getManagedFunctionLocator()
Obtains theManagedFunctionLocator
.
-