|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HealthChecker
Each cluster would be configured for a ping based health check mechanism
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
String getUrl()
String
void setUrl(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=0L) String getIntervalInSeconds()
String
void setIntervalInSeconds(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1L) String getTimeoutInSeconds()
String
void setTimeoutInSeconds(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||