|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerRef
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Field Summary | |
|---|---|
static String |
LBENABLED_DEFAULT_VALUE
|
| Method Summary | |
|---|---|
String |
getDisableTimeoutInMinutes()
Gets the value of the disableTimeoutInMinutes property. |
String |
getEnabled()
Gets the value of the enabled property. |
HealthChecker |
getHealthChecker()
Gets the value of the healthChecker property. |
String |
getLbEnabled()
Gets the value of the lbEnabled property. |
String |
getRef()
Gets the value of the ref property. |
void |
setDisableTimeoutInMinutes(String value)
Sets the value of the disableTimeoutInMinutes property. |
void |
setEnabled(String value)
Sets the value of the enabled property. |
void |
setHealthChecker(HealthChecker value)
Sets the value of the healthChecker property. |
void |
setLbEnabled(String value)
Sets the value of the lbEnabled property. |
void |
setRef(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 |
| Field Detail |
|---|
static final String LBENABLED_DEFAULT_VALUE
| Method Detail |
|---|
@NotNull
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",
message="{server.invalid.name}",
payload=ServerRef.class)
String getRef()
getRef in interface RefString
void setRef(String value)
throws PropertyVetoException
setRef in interface Refvalue - allowed object is
String
PropertyVetoExceptionString getDisableTimeoutInMinutes()
String
void setDisableTimeoutInMinutes(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getLbEnabled()
String
void setLbEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getEnabled()
String
void setEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionHealthChecker getHealthChecker()
HealthChecker
void setHealthChecker(HealthChecker value)
throws PropertyVetoException
value - allowed object is
HealthChecker
PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||