Package lumis.portal.healthmonitor
Class HealthCheckInfo
- java.lang.Object
-
- lumis.portal.healthmonitor.HealthCheckInfo
-
public class HealthCheckInfo extends Object
Used to describe a registered Health Check- Since:
- 10.1.0
- Version:
- $Revision: 19963 $ $Date: 2017-02-21 19:28:29 -0300 (Tue, 21 Feb 2017) $
-
-
Constructor Summary
Constructors Constructor Description HealthCheckInfo(Class<?> cls, Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassName()
String
getDescription()
String
getId()
String
getMethodName()
String
getName()
void
setClassName(String className)
void
setDescription(String description)
void
setMethodName(String methodName)
void
setName(String name)
-
-
-
Constructor Detail
-
HealthCheckInfo
public HealthCheckInfo(Class<?> cls, Method method) throws PortalException
- Throws:
PortalException
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
getMethodName
public String getMethodName()
-
setMethodName
public void setMethodName(String methodName)
-
-