Nuxeo Enterprise Platform 5.3

org.nuxeo.ecm.platform.management.probes
Interface ProbeMBean

All Known Implementing Classes:
ProbeInfo

public interface ProbeMBean

Author:
Stephane Lacoin (Nuxeo EP Software Engineer)

Method Summary
 void disable()
           
 void enable()
           
 long getFailedCount()
           
 long getLastDuration()
           
 Exception getLastFailedCause()
           
 Date getLastFailedDate()
           
 Date getLastRunnedDate()
           
 Date getLastSucceedDate()
           
 long getRunnedCount()
           
 long getSucceedCount()
           
 boolean isEnabled()
           
 boolean isInError()
           
 void run()
           
 

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

getLastFailedCause

Exception getLastFailedCause()

run

void run()

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.