com.highdeal.admin.hci
Class MasterDispatcherOperation

java.lang.Object
  extended by com.highdeal.admin.hci.TargetedOperation
      extended by com.highdeal.admin.hci.MasterDispatcherOperation

public class MasterDispatcherOperation
extends TargetedOperation

This class implements the targeted operation and it enables to target the master dispatcher instance in the connected SAP CC Core Server system.


Field Summary
 
Fields inherited from class com.highdeal.admin.hci.TargetedOperation
instanceIds
 
Constructor Summary
MasterDispatcherOperation(MessageOperation op)
          MasterDispatcherOperation constructor.
 
Method Summary
 void updateTargets(SystemStatus systemStatus)
          Updates the collection of targeted instance IDs given the system status.
 
Methods inherited from class com.highdeal.admin.hci.TargetedOperation
getInstanceIds, getOperation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterDispatcherOperation

public MasterDispatcherOperation(MessageOperation op)
MasterDispatcherOperation constructor.

Parameters:
op - The concrete operation targeting the master dispatcher
Method Detail

updateTargets

public void updateTargets(SystemStatus systemStatus)
Description copied from class: TargetedOperation
Updates the collection of targeted instance IDs given the system status.

Specified by:
updateTargets in class TargetedOperation
Parameters:
systemStatus - The system status

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)