Uses of Interface
net.officefloor.frame.internal.structure.OfficeManager
-
Packages that use OfficeManager Package Description net.officefloor.frame.impl.execute.asset net.officefloor.frame.impl.execute.office net.officefloor.frame.internal.structure -
-
Uses of OfficeManager in net.officefloor.frame.impl.execute.asset
Classes in net.officefloor.frame.impl.execute.asset that implement OfficeManager Modifier and Type Class Description classOfficeManagerImplImplementation of theOfficeManager. -
Uses of OfficeManager in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that return OfficeManager Modifier and Type Method Description OfficeManagerOfficeMetaDataImpl. getOfficeManager()Constructors in net.officefloor.frame.impl.execute.office with parameters of type OfficeManager Constructor Description OfficeMetaDataImpl(java.lang.String officeName, OfficeManager officeManager, MonitorClock monitorClock, java.util.Timer timer, FunctionLoop functionLoop, java.util.concurrent.Executor breakChainExecutor, 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 OfficeManager in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return OfficeManager Modifier and Type Method Description OfficeManagerOfficeMetaData. getOfficeManager()Obtains theOfficeManagerof theOffice.
-