Interface ManagedObjectReadyCheck
-
- All Known Implementing Classes:
ManagedObjectReadyCheckImpl
public interface ManagedObjectReadyCheckCheck that theManagedObjectis ready.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionStategetLatchFunction()Obtains theFunctionStateto use in anAssetLatchif not ready.ManagedFunctionContainergetManagedFunctionContainer()Obtains theManagedFunctionContainerto access dependentManagedObjectinstances.FunctionStatesetNotReady()Flags that aManagedObjector one of its dependencyManagedObjectinstances is not ready.
-
-
-
Method Detail
-
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.
-
-