|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoadBalancer
| Nested Class Summary | |
|---|---|
static class |
LoadBalancer.DeleteDecorator
|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
org.jvnet.hk2.config.types.PropertyBag.Duck |
| Method Summary | |
|---|---|
String |
getAutoApplyEnabled()
Deprecated. |
String |
getDeviceHost()
Gets the value of the device host property. |
String |
getDevicePort()
Gets the value of the device port property. |
String |
getLbConfigName()
Gets the value of the lbConfigName property. |
String |
getName()
Gets the value of the name property. |
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag
Known properties:
ssl-proxy-host - proxy host used for outbound HTTP
ssl-proxy-port - proxy port used for outbound HTTP |
void |
setAutoApplyEnabled(String value)
Deprecated. |
void |
setDeviceHost(String value)
Sets the value of the device host property. |
void |
setDevicePort(String value)
Sets the value of the device port property. |
void |
setLbConfigName(String value)
Sets the value of the lbConfigName property. |
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Method Detail |
|---|
@NotNull String getName()
String
void setName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@NotNull String getLbConfigName()
String
void setLbConfigName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@NotNull String getDeviceHost()
String
void setDeviceHost(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@NotNull String getDevicePort()
String
void setDevicePort(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Deprecated String getAutoApplyEnabled()
String
@Deprecated
void setAutoApplyEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
Known properties:
ssl-proxy-host - proxy host used for outbound HTTP
ssl-proxy-port - proxy port used for outbound HTTP
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||