|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getIntervalInSeconds()
Gets the value of the intervalInSeconds property. |
java.lang.String |
getTimeoutInSeconds()
Gets the value of the timeoutInSeconds property. |
java.lang.String |
getUrl()
Gets the value of the url property. |
void |
setIntervalInSeconds(java.lang.String value)
Sets the value of the intervalInSeconds property. |
void |
setTimeoutInSeconds(java.lang.String value)
Sets the value of the timeoutInSeconds property. |
void |
setUrl(java.lang.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 |
|---|
java.lang.String getUrl()
String
void setUrl(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=0L) java.lang.String getIntervalInSeconds()
String
void setIntervalInSeconds(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=1L) java.lang.String getTimeoutInSeconds()
String
void setTimeoutInSeconds(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||