public class ProbeInfoImpl extends Object implements ProbeMBean, ProbeInfo, Serializable
Modifier and Type | Method and Description |
---|---|
void |
disable() |
void |
enable() |
ProbeDescriptor |
getDescriptor() |
long |
getFailedCount() |
long |
getLastDuration() |
Date |
getLastFailedDate() |
ProbeStatus |
getLastFailureStatus() |
Date |
getLastRunnedDate() |
Date |
getLastSucceedDate() |
String |
getQualifiedName() |
long |
getRunnedCount() |
String |
getShortcutName() |
ProbeStatus |
getStatus() |
long |
getSucceedCount() |
boolean |
isEnabled() |
boolean |
isInError() |
void |
setQualifiedName(String qualifiedName) |
void |
setShortcutName(String shortcutName) |
public long getFailedCount()
getFailedCount
in interface ProbeInfo
getFailedCount
in interface ProbeMBean
public long getLastDuration()
getLastDuration
in interface ProbeInfo
getLastDuration
in interface ProbeMBean
public ProbeStatus getLastFailureStatus()
getLastFailureStatus
in interface ProbeInfo
getLastFailureStatus
in interface ProbeMBean
public Date getLastFailedDate()
getLastFailedDate
in interface ProbeInfo
getLastFailedDate
in interface ProbeMBean
public Date getLastRunnedDate()
getLastRunnedDate
in interface ProbeInfo
getLastRunnedDate
in interface ProbeMBean
public Date getLastSucceedDate()
getLastSucceedDate
in interface ProbeInfo
getLastSucceedDate
in interface ProbeMBean
public long getRunnedCount()
getRunnedCount
in interface ProbeInfo
getRunnedCount
in interface ProbeMBean
public long getSucceedCount()
getSucceedCount
in interface ProbeInfo
getSucceedCount
in interface ProbeMBean
public void disable()
disable
in interface ProbeMBean
public void enable()
enable
in interface ProbeMBean
public boolean isEnabled()
isEnabled
in interface ProbeInfo
isEnabled
in interface ProbeMBean
public boolean isInError()
isInError
in interface ProbeInfo
isInError
in interface ProbeMBean
public ProbeStatus getStatus()
public String getShortcutName()
getShortcutName
in interface ProbeInfo
public ProbeDescriptor getDescriptor()
getDescriptor
in interface ProbeInfo
public String getQualifiedName()
getQualifiedName
in interface ProbeInfo
public void setQualifiedName(String qualifiedName)
public void setShortcutName(String shortcutName)
Copyright © 2013 Nuxeo SA. All Rights Reserved.