Uses of Class
net.officefloor.frame.api.manage.UnknownObjectException
Packages that use UnknownObjectException
Package
Description
-
Uses of UnknownObjectException in net.officefloor.compile.impl.state.autowire
Methods in net.officefloor.compile.impl.state.autowire that throw UnknownObjectException -
Uses of UnknownObjectException in net.officefloor.compile.spi.supplier.source
Methods in net.officefloor.compile.spi.supplier.source that throw UnknownObjectExceptionModifier and TypeMethodDescription<O> voidInternalSupplier.load(String qualifier, Class<? extends O> objectType, ObjectUser<O> user) Loads the object asynchronously. -
Uses of UnknownObjectException in net.officefloor.compile.state.autowire
Methods in net.officefloor.compile.state.autowire that throw UnknownObjectExceptionModifier and TypeMethodDescription<O> OAutoWireStateManager.getObject(String qualifier, Class<? extends O> objectType, long timeoutInMilliseconds) Obtains the object for theManagedObjectsynchronously.<O> voidAutoWireStateManager.load(String qualifier, Class<? extends O> objectType, ObjectUser<O> user) Loads the object from theManagedObjectasynchronously. -
Uses of UnknownObjectException in net.officefloor.frame.api.manage
Methods in net.officefloor.frame.api.manage that throw UnknownObjectExceptionModifier and TypeMethodDescription<O> OObtains the object for theManagedObjectsynchronously.<O> voidStateManager.load(String boundObjectName, ObjectUser<O> user) Loads the object from theManagedObjectasynchronously. -
Uses of UnknownObjectException in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that throw UnknownObjectExceptionModifier and TypeMethodDescription<O> voidStateManagerImpl.load(String boundObjectName, ObjectUser<O> user) -
Uses of UnknownObjectException in net.officefloor.jdbc.h2.test
Methods in net.officefloor.jdbc.h2.test that throw UnknownObjectExceptionModifier and TypeMethodDescriptionH2ResetTestDependencyService.getObject(TestDependencyServiceContext context) -
Uses of UnknownObjectException in net.officefloor.test
Methods in net.officefloor.test that throw UnknownObjectExceptionModifier and TypeMethodDescriptionObjectTestDependencyService.getObject(TestDependencyServiceContext context) TestDependencyService.getObject(TestDependencyServiceContext context) Obtains the dependency object.