Uses of Class
net.officefloor.frame.api.manage.UnknownObjectException
-
-
Uses of UnknownObjectException in net.officefloor.compile.impl.state.autowire
Methods in net.officefloor.compile.impl.state.autowire that throw UnknownObjectException Modifier and Type Method Description <O> O
AutoWireStateManagerImpl. getObject(java.lang.String qualifier, java.lang.Class<? extends O> objectType, long timeoutInMilliseconds)
<O> void
AutoWireStateManagerImpl. load(java.lang.String qualifier, java.lang.Class<? extends O> objectType, ObjectUser<O> user)
-
Uses of UnknownObjectException in net.officefloor.compile.spi.supplier.source
Methods in net.officefloor.compile.spi.supplier.source that throw UnknownObjectException Modifier and Type Method Description <O> void
InternalSupplier. load(java.lang.String qualifier, java.lang.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 UnknownObjectException Modifier and Type Method Description <O> O
AutoWireStateManager. getObject(java.lang.String qualifier, java.lang.Class<? extends O> objectType, long timeoutInMilliseconds)
Obtains the object for theManagedObject
synchronously.<O> void
AutoWireStateManager. load(java.lang.String qualifier, java.lang.Class<? extends O> objectType, ObjectUser<O> user)
Loads the object from theManagedObject
asynchronously. -
Uses of UnknownObjectException in net.officefloor.frame.api.manage
Methods in net.officefloor.frame.api.manage that throw UnknownObjectException Modifier and Type Method Description <O> O
StateManager. getObject(java.lang.String boundObjectName, long timeoutInMilliseconds)
Obtains the object for theManagedObject
synchronously.<O> void
StateManager. load(java.lang.String boundObjectName, ObjectUser<O> user)
Loads the object from theManagedObject
asynchronously. -
Uses of UnknownObjectException in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that throw UnknownObjectException Modifier and Type Method Description <O> void
StateManagerImpl. load(java.lang.String boundObjectName, ObjectUser<O> user)
-
Uses of UnknownObjectException in net.officefloor.jdbc.h2.test
Methods in net.officefloor.jdbc.h2.test that throw UnknownObjectException Modifier and Type Method Description java.lang.Object
H2ResetTestDependencyService. getObject(TestDependencyServiceContext context)
-
Uses of UnknownObjectException in net.officefloor.test
Methods in net.officefloor.test that throw UnknownObjectException Modifier and Type Method Description java.lang.Object
TestDependencyService. getObject(TestDependencyServiceContext context)
Obtains the dependency object.
-