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 ProbeStatusProbeInfo. getLastFailureStatus()ProbeStatusProbeMBean. getLastFailureStatus()ProbeStatusProbeInfo. 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 ProbeStatusProbeInfoImpl. lastFailureStatusprotected ProbeStatusProbeInfoImpl. lastStatusprotected ProbeStatusProbeInfoImpl. lastSuccessStatusMethods in org.nuxeo.ecm.core.management.probes that return ProbeStatus Modifier and Type Method Description ProbeStatusProbeInfoImpl. getLastFailureStatus()ProbeStatusProbeInfoImpl. getStatus()ProbeStatusAdministrativeStatusProbe. 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 ProbeStatusRepositoryStatusProbe. run()ProbeStatusRuntimeStartedProbe. 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 ProbeStatusActiveSessionsProbe. run()ProbeStatusRemoteSessionsProbe. 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 ProbeStatusS3BinaryManagerStatusProbe. 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 ProbeStatusLDAPDirectoriesProbe. 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 ProbeStatusPopulateRepositoryProbe. run()ProbeStatusQueryRepositoryProbe. 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 voidProbeStatusJsonWriter. 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 ProbeStatusElasticSearchStatusProbe. 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 ProbeStatusProbeStatus. newBlankProbStatus()static ProbeStatusProbeStatus. newError(Throwable t)static ProbeStatusProbeStatus. newFailure(String info)static ProbeStatusProbeStatus. newFailure(Map<String,String> infos)static ProbeStatusProbeStatus. newSuccess(String info)static ProbeStatusProbeStatus. newSuccess(Map<String,String> infos)ProbeStatusProbe. run() -
Uses of ProbeStatus in org.nuxeo.runtime.stream
Methods in org.nuxeo.runtime.stream that return ProbeStatus Modifier and Type Method Description ProbeStatusStreamProbe. run()
-