Interface ManagedObjectReadyCheck
- All Known Implementing Classes:
ManagedObjectReadyCheckImpl
public interface ManagedObjectReadyCheck
Check that the
ManagedObject is ready.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theFunctionStateto use in anAssetLatchif not ready.Obtains theManagedFunctionContainerto access dependentManagedObjectinstances.Flags that aManagedObjector one of its dependencyManagedObjectinstances is not ready.
-
Method Details
-
getLatchFunction
FunctionState getLatchFunction()Obtains theFunctionStateto use in anAssetLatchif not ready.- Returns:
FunctionStateto use in anAssetLatchif not ready.
-
getManagedFunctionContainer
ManagedFunctionContainer getManagedFunctionContainer()Obtains theManagedFunctionContainerto access dependentManagedObjectinstances.- Returns:
ManagedFunctionContainerto access dependentManagedObjectinstances.
-
setNotReady
FunctionState setNotReady()Flags that aManagedObjector one of its dependencyManagedObjectinstances is not ready.- Returns:
FunctionStateto flag theManagedObjectas not ready.
-