Uses of Interface
net.officefloor.frame.api.manage.ObjectUser
-
-
Uses of ObjectUser in net.officefloor.compile.impl.state.autowire
Methods in net.officefloor.compile.impl.state.autowire with parameters of type ObjectUser Modifier and Type Method Description <O> voidAutoWireStateManagerImpl. load(java.lang.String qualifier, java.lang.Class<? extends O> objectType, ObjectUser<O> user) -
Uses of ObjectUser in net.officefloor.compile.spi.supplier.source
Methods in net.officefloor.compile.spi.supplier.source with parameters of type ObjectUser Modifier and Type Method Description <O> voidInternalSupplier. load(java.lang.String qualifier, java.lang.Class<? extends O> objectType, ObjectUser<O> user)Loads the object asynchronously. -
Uses of ObjectUser in net.officefloor.compile.state.autowire
Methods in net.officefloor.compile.state.autowire with parameters of type ObjectUser Modifier and Type Method Description <O> voidAutoWireStateManager. load(java.lang.String qualifier, java.lang.Class<? extends O> objectType, ObjectUser<O> user)Loads the object from theManagedObjectasynchronously. -
Uses of ObjectUser in net.officefloor.frame.api.manage
Methods in net.officefloor.frame.api.manage with parameters of type ObjectUser Modifier and Type Method Description <O> voidStateManager. load(java.lang.String boundObjectName, ObjectUser<O> user)Loads the object from theManagedObjectasynchronously. -
Uses of ObjectUser in net.officefloor.frame.impl.execute.office
Classes in net.officefloor.frame.impl.execute.office that implement ObjectUser Modifier and Type Class Description classObjectUserImpl<O>ObjectUserimplementation.Methods in net.officefloor.frame.impl.execute.office with parameters of type ObjectUser Modifier and Type Method Description <O> voidStateManagerImpl. load(java.lang.String boundObjectName, ObjectUser<O> user)
-