Uses of Interface
net.officefloor.frame.internal.structure.OfficeManagerHirer
-
Packages that use OfficeManagerHirer Package Description net.officefloor.frame.impl.execute.asset net.officefloor.frame.impl.execute.office -
-
Uses of OfficeManagerHirer in net.officefloor.frame.impl.execute.asset
Classes in net.officefloor.frame.impl.execute.asset that implement OfficeManagerHirer Modifier and Type Class Description class
OfficeManagerHirerImpl
OfficeManagerHirer
implementation. -
Uses of OfficeManagerHirer in net.officefloor.frame.impl.execute.office
Constructors in net.officefloor.frame.impl.execute.office with parameters of type OfficeManagerHirer 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.
-