Interface OfficeManager
-
- All Known Implementing Classes:
OfficeManagerImpl
public interface OfficeManagerManagesAssetManagerinstances within anOffice.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetManagergetAssetManager(AssetManagerReference assetManagerReference)Obtains theAssetManagerfor theAssetManagerReference.longgetMonitorInterval()Obtains the interval in milliseconds to monitor theAssetinstances.voidrunAssetChecks()Runs the checks on theAssetinstances managed by thisOfficeManager.
-
-
-
Method Detail
-
getAssetManager
AssetManager getAssetManager(AssetManagerReference assetManagerReference)
Obtains theAssetManagerfor theAssetManagerReference.- Parameters:
assetManagerReference-AssetManagerReference.- Returns:
AssetManagerfor theAssetManagerReference.
-
getMonitorInterval
long getMonitorInterval()
Obtains the interval in milliseconds to monitor theAssetinstances.- Returns:
- Interval in milliseconds to monitor the
Assetinstances.
-
runAssetChecks
void runAssetChecks()
Runs the checks on theAssetinstances managed by thisOfficeManager.
-
-