Uses of Class
net.officefloor.frame.impl.construct.managedobjectsource.RawManagingOfficeMetaData
-
-
Uses of RawManagingOfficeMetaData in net.officefloor.frame.impl.construct.managedobject
Methods in net.officefloor.frame.impl.construct.managedobject with parameters of type RawManagingOfficeMetaData Modifier and Type Method Description RawBoundManagedObjectMetaData[]
RawBoundManagedObjectMetaDataFactory. constructBoundManagedObjectMetaData(ManagedObjectConfiguration<?>[] boundManagedObjectConfiguration, ManagedObjectScope scope, java.util.Map<java.lang.String,RawBoundManagedObjectMetaData> scopeManagedObjects, RawManagingOfficeMetaData<?>[] inputManagedObjects, java.util.Map<java.lang.String,java.lang.String> boundInputManagedObjects, OfficeFloorIssues.AssetType assetType, java.lang.String assetName, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Constructs theRawBoundManagedObjectMetaData
instances. -
Uses of RawManagingOfficeMetaData in net.officefloor.frame.impl.construct.managedobjectsource
Methods in net.officefloor.frame.impl.construct.managedobjectsource that return RawManagingOfficeMetaData Modifier and Type Method Description RawManagingOfficeMetaData<F>
RawManagedObjectMetaData. getRawManagingOfficeMetaData()
Constructors in net.officefloor.frame.impl.construct.managedobjectsource with parameters of type RawManagingOfficeMetaData Constructor Description RawManagedObjectMetaData(java.lang.String managedObjectName, ManagedObjectSourceConfiguration<F,?> managedObjectSourceConfiguration, ManagedObjectSource<O,F> managedObjectSource, ManagedObjectSourceMetaData<O,F> managedObjectSourceMetaData, long timeout, ManagedObjectPool managedObjectPool, ManagedObjectServiceReady[] serviceReadiness, ThreadCompletionListener[] threadCompletionListeners, java.lang.Class<?> objectType, boolean isContextAware, boolean isAsynchronous, boolean isCoordinating, RawManagingOfficeMetaData<F> rawManagingOfficeMetaData)
Initiate. -
Uses of RawManagingOfficeMetaData in net.officefloor.frame.impl.construct.office
Methods in net.officefloor.frame.impl.construct.office with parameters of type RawManagingOfficeMetaData Modifier and Type Method Description RawOfficeMetaData
RawOfficeMetaDataFactory. constructRawOfficeMetaData(OfficeConfiguration configuration, RawManagingOfficeMetaData<?>[] officeManagingManagedObjects, OfficeFloorIssues issues)
Constructs theRawOfficeMetaData
.
-