Package com.highdeal.admin.hci
Class MasterDispatcherOperation
java.lang.Object
com.highdeal.admin.hci.TargetedOperation
com.highdeal.admin.hci.MasterDispatcherOperation
This class implements the targeted operation and it enables to target the master dispatcher instance in the connected SAP CC Core Server system.
-
Constructor Summary
ConstructorsConstructorDescriptionMasterDispatcherOperation 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
-
MasterDispatcherOperation
MasterDispatcherOperation constructor.- Parameters:
op- The concrete operation targeting the master dispatcher
-
-
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
-