Interface OfficeManager
- All Known Implementing Classes:
OfficeManagerImpl
public interface OfficeManager
Manages
AssetManager instances within an Office.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptiongetAssetManager(AssetManagerReference assetManagerReference) Obtains theAssetManagerfor theAssetManagerReference.longObtains the interval in milliseconds to monitor theAssetinstances.voidRuns the checks on theAssetinstances managed by thisOfficeManager.
-
Method Details
-
getAssetManager
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.
-