public class

FailureOccurrence

extends Object
java.lang.Object
   ↳ com.datalogic.cradle.FailureOccurrence

Class Overview

This class provides information about the failure type and the date and time of occurrence for failures occurred in the Cradle.

Summary

Public Methods
Time getAppereanceTime()
Retrieve the time when the failure has been raised by the Cradle.
Time getDisappereanceTime()
Retrieve the time when the failure has been solved by the Cradle.
Failure getFailureType()
Retrieve the failure type.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Time getAppereanceTime ()

Added in revision 46

Retrieve the time when the failure has been raised by the Cradle.

Returns
  • Time Date and time information related to the raised failure.

public Time getDisappereanceTime ()

Added in revision 46

Retrieve the time when the failure has been solved by the Cradle.

Returns
  • Time Date and time information related to the raised failure.

public Failure getFailureType ()

Added in revision 46

Retrieve the failure type.

Returns