Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.management.api
Interface ProbeMBean

All Known Implementing Classes:
ProbeInfoImpl

public interface ProbeMBean

Author:
Stephane Lacoin (Nuxeo EP Software Engineer)

Method Summary
 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()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.