Interface ProbeMBean
-
- All Known Implementing Classes:
ProbeInfoImpl
public interface ProbeMBean
- Author:
- Stephane Lacoin (Nuxeo EP Software Engineer)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disable()
void
enable()
long
getFailedCount()
long
getLastDuration()
Date
getLastFailedDate()
ProbeStatus
getLastFailureStatus()
Date
getLastRunnedDate()
Date
getLastSucceedDate()
long
getRunnedCount()
long
getSucceedCount()
boolean
isEnabled()
boolean
isInError()
-
-
-
Method Detail
-
isEnabled
boolean isEnabled()
-
enable
void enable()
-
disable
void disable()
-
isInError
boolean isInError()
-
getRunnedCount
long getRunnedCount()
-
getLastRunnedDate
Date getLastRunnedDate()
-
getLastDuration
long getLastDuration()
-
getSucceedCount
long getSucceedCount()
-
getLastSucceedDate
Date getLastSucceedDate()
-
getFailedCount
long getFailedCount()
-
getLastFailedDate
Date getLastFailedDate()
-
getLastFailureStatus
ProbeStatus getLastFailureStatus()
-
-