com.kuka.nav.maintenance
Interface MaintenanceManager


public interface MaintenanceManager

Manager for executing maintenance actions.


Method Summary
 MaintenanceActionContainer execute(MaintenanceAction action)
          Executes maintenance action synchronously.
 MaintenanceActionContainer executeAsync(MaintenanceAction action)
          Executes maintenance action asynchronously.
 

Method Detail

execute

MaintenanceActionContainer execute(MaintenanceAction action)
Executes maintenance action synchronously.

Parameters:
action - The action to be executed.
Returns:
Container for execution state.

executeAsync

MaintenanceActionContainer executeAsync(MaintenanceAction action)
Executes maintenance action asynchronously.

Parameters:
action - The action to be executed.
Returns:
Container for execution state.


Copyright © 2019. All rights reserved.