Package com.highdeal.admin.hci
Class ActiveUpdaterOperation
java.lang.Object
com.highdeal.admin.hci.TargetedOperation
com.highdeal.admin.hci.ActiveUpdaterOperation
This class implements the targeted operation and it enables to target the active updater.
-
Constructor Summary
ConstructorsConstructorDescriptionActiveUpdaterOperation constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateTargets(SystemStatus systemStatus) Updates the collection of targeted instance IDs given the system status.Methods inherited from class com.highdeal.admin.hci.TargetedOperation
getInstanceIds, getOperation
-
Constructor Details
-
ActiveUpdaterOperation
ActiveUpdaterOperation constructor- Parameters:
op- The concrete operation targeting the active updater
-
-
Method Details
-
updateTargets
Description copied from class:TargetedOperationUpdates the collection of targeted instance IDs given the system status.- Specified by:
updateTargetsin classTargetedOperation- Parameters:
systemStatus- The system status
-