@Deprecated
@ProviderType
public class HealthCheckMetadata
extends java.lang.Object
Constructor and Description |
---|
HealthCheckMetadata(org.osgi.framework.ServiceReference ref)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
java.lang.String |
getAsyncCronExpression()
Deprecated.
Return the cron expression used for asynchronous execution.
|
java.lang.String |
getMBeanName()
Deprecated.
The mbean name of the health check as defined through the
HealthCheck.MBEAN_NAME
property. |
java.lang.String |
getName()
Deprecated.
The name of the health check as defined through the
HealthCheck.NAME
property. |
java.lang.Long |
getResultCacheTtlInMs()
Deprecated.
TTL for the result cache in ms.
|
long |
getServiceId()
Deprecated.
Return the service id.
|
org.osgi.framework.ServiceReference |
getServiceReference()
Deprecated.
Get the service reference.
|
java.util.List<java.lang.String> |
getTags()
Deprecated.
Return the list of defined tags for this check as set
through
tags |
java.lang.String |
getTitle()
Deprecated.
The title of the health check.
|
java.lang.Long |
getWarningsStickForMinutes()
Deprecated.
Make warnings stick for the given amount of time.
|
int |
hashCode()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public HealthCheckMetadata(org.osgi.framework.ServiceReference ref)
public java.lang.String getName()
HealthCheck.NAME
property.null
public java.lang.String getMBeanName()
HealthCheck.MBEAN_NAME
property.null
public java.lang.String getTitle()
public java.util.List<java.lang.String> getTags()
tags
public java.lang.String getAsyncCronExpression()
public long getServiceId()
public org.osgi.framework.ServiceReference getServiceReference()
public java.lang.Long getResultCacheTtlInMs()
null
if not configured.public java.lang.Long getWarningsStickForMinutes()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2022 The Apache Software Foundation. All rights reserved.