Uses of Interface
net.officefloor.frame.internal.structure.ManagedObjectSourceInstance
-
Packages that use ManagedObjectSourceInstance Package Description net.officefloor.frame.impl.execute.officefloor net.officefloor.frame.internal.structure -
-
Uses of ManagedObjectSourceInstance in net.officefloor.frame.impl.execute.officefloor
Classes in net.officefloor.frame.impl.execute.officefloor that implement ManagedObjectSourceInstance Modifier and Type Class Description classManagedObjectSourceInstanceImpl<F extends java.lang.Enum<F>>ManagedObjectSourceInstanceimplementation.Methods in net.officefloor.frame.impl.execute.officefloor that return ManagedObjectSourceInstance Modifier and Type Method Description ManagedObjectSourceInstance<?>[]OfficeFloorMetaDataImpl. getManagedObjectSourceInstances()Constructors in net.officefloor.frame.impl.execute.officefloor with parameters of type ManagedObjectSourceInstance Constructor Description OfficeFloorMetaDataImpl(TeamManagement breakChainTeam, TeamManagement[] teams, ManagedObjectSourceInstance<?>[] managedObjectSourceInstances, OfficeMetaData[] officeMetaData, long maxStartupWaitTime)Initiate. -
Uses of ManagedObjectSourceInstance in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedObjectSourceInstance Modifier and Type Method Description ManagedObjectSourceInstance<?>[]OfficeFloorMetaData. getManagedObjectSourceInstances()Obtains theManagedObjectSourceInstanceinstances contained within theOfficeFloor.
-