public interface HealthChecker
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Method and Description |
|---|---|
String |
getIntervalInSeconds()
Gets the value of the intervalInSeconds property.
|
String |
getTimeoutInSeconds()
Gets the value of the timeoutInSeconds property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setIntervalInSeconds(String value)
Sets the value of the intervalInSeconds property.
|
void |
setTimeoutInSeconds(String value)
Sets the value of the timeoutInSeconds property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
String getUrl()
Stringvoid setUrl(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=0L) String getIntervalInSeconds()
Stringvoid setIntervalInSeconds(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=1L) String getTimeoutInSeconds()
Stringvoid setTimeoutInSeconds(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2013. All Rights Reserved.