public interface ProbeMBean
Modifier and Type | Method and 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() |
boolean isEnabled()
void enable()
void disable()
boolean isInError()
long getRunnedCount()
Date getLastRunnedDate()
long getLastDuration()
long getSucceedCount()
Date getLastSucceedDate()
long getFailedCount()
Date getLastFailedDate()
ProbeStatus getLastFailureStatus()
Copyright © 2016 Nuxeo SA. All rights reserved.