|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClusterRef
Element relating a reference to a cluster to be load balanced to an (optional) health-checker
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
HealthChecker |
getHealthChecker()
Gets the value of the healthChecker property. |
java.lang.String |
getLbPolicy()
Gets the value of the lbPolicy property. |
java.lang.String |
getLbPolicyModule()
Gets the value of the lbPolicyModule property. |
java.lang.String |
getRef()
Gets the value of the ref property. |
void |
setHealthChecker(HealthChecker value)
Sets the value of the healthChecker property. |
void |
setLbPolicy(java.lang.String value)
Sets the value of the lbPolicy property. |
void |
setLbPolicyModule(java.lang.String value)
Sets the value of the lbPolicyModule property. |
void |
setRef(java.lang.String value)
Sets the value of the ref property. |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Method Detail |
|---|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*") java.lang.String getRef()
getRef in interface RefString
void setRef(java.lang.String value)
throws java.beans.PropertyVetoException
setRef in interface Refvalue - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getLbPolicy()
String
void setLbPolicy(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getLbPolicyModule()
String
void setLbPolicyModule(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionHealthChecker getHealthChecker()
HealthChecker
void setHealthChecker(HealthChecker value)
throws java.beans.PropertyVetoException
value - allowed object is
HealthChecker
java.beans.PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||