com.kuka.nav.systemfailure
Class SystemFailureEventAction

java.lang.Object
  extended by com.kuka.nav.systemfailure.SystemFailureEventAction
All Implemented Interfaces:
com.kuka.nav.maintenance.action.MaintenanceAction, Serializable

public class SystemFailureEventAction
extends Object
implements com.kuka.nav.maintenance.action.MaintenanceAction, Serializable

Reports a system failure event.

See Also:
Serialized Form

Constructor Summary
SystemFailureEventAction(com.kuka.nav.systemfailureevent.SystemFailureLevel failureLevel, String source, String shortDescription, String longDescription)
          Constructor for SystemFailureEventAction.
 
Method Summary
 com.kuka.nav.systemfailureevent.SystemFailureLevel getFailureLevel()
           
 String getLongDescription()
           
 String getShortDescription()
           
 String getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemFailureEventAction

public SystemFailureEventAction(com.kuka.nav.systemfailureevent.SystemFailureLevel failureLevel,
                                String source,
                                String shortDescription,
                                String longDescription)
Constructor for SystemFailureEventAction.

Parameters:
failureLevel - the level of the failure
source - the source of the failure
shortDescription - a short description of the failure
longDescription - a more detailed description of the failure
Method Detail

getFailureLevel

public com.kuka.nav.systemfailureevent.SystemFailureLevel getFailureLevel()
Returns:
the level of the failure

getLongDescription

public String getLongDescription()
Returns:
the detailed description of the failure

getShortDescription

public String getShortDescription()
Returns:
the short description of the failure

getSource

public String getSource()
Returns:
the source of the failure


Copyright © 2019. All rights reserved.