Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Known Subinterfaces:
ProbeManager
All Known Implementing Classes:
ProbeManagerImpl

public interface ProbeRunnerMBean


Method Summary
 Collection<String> getProbeNames()
           
 int getProbesCount()
           
 Collection<String> getProbesInError()
           
 int getProbesInErrorCount()
           
 Collection<String> getProbesInSuccess()
           
 int getProbesInSuccessCount()
           
 boolean runAllProbes()
           
 

Method Detail

getProbeNames

Collection<String> getProbeNames()

getProbesCount

int getProbesCount()

getProbesInError

Collection<String> getProbesInError()

getProbesInErrorCount

int getProbesInErrorCount()

getProbesInSuccess

Collection<String> getProbesInSuccess()

getProbesInSuccessCount

int getProbesInSuccessCount()

runAllProbes

boolean runAllProbes()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.