|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@RefConstraint(message="{ref.invalid}",
payload=RefValidator.class)
public interface LbConfig
| Nested Class Summary | |
|---|---|
static class |
LbConfig.Decorator
|
static class |
LbConfig.DeleteDecorator
|
static class |
LbConfig.Duck
|
| Field Summary | |
|---|---|
static String |
LAST_APPLIED_PROPERTY
|
static String |
LAST_EXPORTED_PROPERTY
|
| Method Summary | ||
|---|---|---|
List<Ref> |
getClusterRefOrServerRef()
Gets the value of the clusterRefOrServerRef property. |
|
String |
getHttpsRouting()
Gets the value of the httpsRouting property. |
|
Date |
getLastApplied()
|
|
Date |
getLastExported()
|
|
String |
getMonitoringEnabled()
Gets the value of the monitoringEnabled property. |
|
String |
getName()
Gets the value of the name property. |
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
|
|
getRefByRef(Class<T> type,
String ref)
|
|
|
getRefs(Class<T> type)
|
|
String |
getReloadPollIntervalInSeconds()
Gets the value of the reloadPollIntervalInSeconds property. |
|
String |
getResponseTimeoutInSeconds()
Gets the value of the responseTimeoutInSeconds property. |
|
String |
getRouteCookieEnabled()
Gets the value of the routeCookieEnabled property. |
|
void |
setHttpsRouting(String value)
Sets the value of the httpsRouting property. |
|
boolean |
setLastApplied()
|
|
boolean |
setLastExported()
|
|
void |
setMonitoringEnabled(String value)
Sets the value of the monitoringEnabled property. |
|
void |
setName(String value)
Sets the value of the name property. |
|
void |
setReloadPollIntervalInSeconds(String value)
Sets the value of the reloadPollIntervalInSeconds property. |
|
void |
setResponseTimeoutInSeconds(String value)
Sets the value of the responseTimeoutInSeconds property. |
|
void |
setRouteCookieEnabled(String value)
Sets the value of the routeCookieEnabled 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 |
| Field Detail |
|---|
static final String LAST_APPLIED_PROPERTY
static final String LAST_EXPORTED_PROPERTY
| Method Detail |
|---|
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*",
message="{lbconfig.invalid.name}",
payload=LbConfig.class)
@NotNull
String getName()
String
void setName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=0L) String getResponseTimeoutInSeconds()
String
void setResponseTimeoutInSeconds(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getHttpsRouting()
String
void setHttpsRouting(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getReloadPollIntervalInSeconds()
String
void setReloadPollIntervalInSeconds(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getMonitoringEnabled()
String
void setMonitoringEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getRouteCookieEnabled()
String
void setRouteCookieEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionList<Ref> getClusterRefOrServerRef()
set method for the clusterRefOrServerRef property.
For example, to add a new item, do as follows:
getClusterRefOrServerRef().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterRef
ServerRef
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag@DuckTyped <T> List<T> getRefs(Class<T> type)
@DuckTyped
<T> T getRefByRef(Class<T> type,
String ref)
@DuckTyped Date getLastExported()
@DuckTyped Date getLastApplied()
@DuckTyped boolean setLastExported()
@DuckTyped boolean setLastApplied()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||