Interface ManagedObjectReadyCheck
-
- All Known Implementing Classes:
ManagedObjectReadyCheckImpl
public interface ManagedObjectReadyCheck
Check that theManagedObject
is ready.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionState
getLatchFunction()
Obtains theFunctionState
to use in anAssetLatch
if not ready.ManagedFunctionContainer
getManagedFunctionContainer()
Obtains theManagedFunctionContainer
to access dependentManagedObject
instances.FunctionState
setNotReady()
Flags that aManagedObject
or one of its dependencyManagedObject
instances is not ready.
-
-
-
Method Detail
-
getLatchFunction
FunctionState getLatchFunction()
Obtains theFunctionState
to use in anAssetLatch
if not ready.- Returns:
FunctionState
to use in anAssetLatch
if not ready.
-
getManagedFunctionContainer
ManagedFunctionContainer getManagedFunctionContainer()
Obtains theManagedFunctionContainer
to access dependentManagedObject
instances.- Returns:
ManagedFunctionContainer
to access dependentManagedObject
instances.
-
setNotReady
FunctionState setNotReady()
Flags that aManagedObject
or one of its dependencyManagedObject
instances is not ready.- Returns:
FunctionState
to flag theManagedObject
as not ready.
-
-