Uses of Class
org.nuxeo.runtime.management.api.ProbeStatus
-
Packages that use ProbeStatus Package Description org.nuxeo.ecm.core.management.api org.nuxeo.ecm.core.management.probes org.nuxeo.ecm.core.management.statuses org.nuxeo.ecm.core.storage.sql.management Simple MBean to report the status of a SQL repository.org.nuxeo.ecm.core.storage.status org.nuxeo.ecm.directory.ldap.management org.nuxeo.ecm.platform.management.statuses org.nuxeo.ecm.restapi.jaxrs.io.management org.nuxeo.elasticsearch.status org.nuxeo.runtime.management.api org.nuxeo.runtime.stream -
-
Uses of ProbeStatus in org.nuxeo.ecm.core.management.api
Methods in org.nuxeo.ecm.core.management.api that return ProbeStatus Modifier and Type Method Description ProbeStatus
ProbeInfo. getLastFailureStatus()
ProbeStatus
ProbeMBean. getLastFailureStatus()
ProbeStatus
ProbeInfo. getStatus()
-
Uses of ProbeStatus in org.nuxeo.ecm.core.management.probes
Fields in org.nuxeo.ecm.core.management.probes declared as ProbeStatus Modifier and Type Field Description protected ProbeStatus
ProbeInfoImpl. lastFailureStatus
protected ProbeStatus
ProbeInfoImpl. lastStatus
protected ProbeStatus
ProbeInfoImpl. lastSuccessStatus
Methods in org.nuxeo.ecm.core.management.probes that return ProbeStatus Modifier and Type Method Description ProbeStatus
ProbeInfoImpl. getLastFailureStatus()
ProbeStatus
ProbeInfoImpl. getStatus()
ProbeStatus
AdministrativeStatusProbe. run()
-
Uses of ProbeStatus in org.nuxeo.ecm.core.management.statuses
Methods in org.nuxeo.ecm.core.management.statuses that return ProbeStatus Modifier and Type Method Description ProbeStatus
RepositoryStatusProbe. run()
ProbeStatus
RuntimeStartedProbe. run()
-
Uses of ProbeStatus in org.nuxeo.ecm.core.storage.sql.management
Methods in org.nuxeo.ecm.core.storage.sql.management that return ProbeStatus Modifier and Type Method Description ProbeStatus
ActiveSessionsProbe. run()
ProbeStatus
RemoteSessionsProbe. run()
-
Uses of ProbeStatus in org.nuxeo.ecm.core.storage.status
Methods in org.nuxeo.ecm.core.storage.status that return ProbeStatus Modifier and Type Method Description ProbeStatus
S3BinaryManagerStatusProbe. run()
-
Uses of ProbeStatus in org.nuxeo.ecm.directory.ldap.management
Methods in org.nuxeo.ecm.directory.ldap.management that return ProbeStatus Modifier and Type Method Description ProbeStatus
LDAPDirectoriesProbe. run()
-
Uses of ProbeStatus in org.nuxeo.ecm.platform.management.statuses
Methods in org.nuxeo.ecm.platform.management.statuses that return ProbeStatus Modifier and Type Method Description ProbeStatus
PopulateRepositoryProbe. run()
ProbeStatus
QueryRepositoryProbe. run()
-
Uses of ProbeStatus in org.nuxeo.ecm.restapi.jaxrs.io.management
Methods in org.nuxeo.ecm.restapi.jaxrs.io.management with parameters of type ProbeStatus Modifier and Type Method Description protected void
ProbeStatusJsonWriter. writeEntityBody(ProbeStatus entity, com.fasterxml.jackson.core.JsonGenerator jg)
-
Uses of ProbeStatus in org.nuxeo.elasticsearch.status
Methods in org.nuxeo.elasticsearch.status that return ProbeStatus Modifier and Type Method Description ProbeStatus
ElasticSearchStatusProbe. run()
-
Uses of ProbeStatus in org.nuxeo.runtime.management.api
Methods in org.nuxeo.runtime.management.api that return ProbeStatus Modifier and Type Method Description static ProbeStatus
ProbeStatus. newBlankProbStatus()
static ProbeStatus
ProbeStatus. newError(Throwable t)
static ProbeStatus
ProbeStatus. newFailure(String info)
static ProbeStatus
ProbeStatus. newFailure(Map<String,String> infos)
static ProbeStatus
ProbeStatus. newSuccess(String info)
static ProbeStatus
ProbeStatus. newSuccess(Map<String,String> infos)
ProbeStatus
Probe. run()
-
Uses of ProbeStatus in org.nuxeo.runtime.stream
Methods in org.nuxeo.runtime.stream that return ProbeStatus Modifier and Type Method Description ProbeStatus
StreamProbe. run()
-