|
||||||||||
| 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 java.lang.String |
LAST_APPLIED_PROPERTY
|
static java.lang.String |
LAST_EXPORTED_PROPERTY
|
| Method Summary | ||
|---|---|---|
java.util.List<Ref> |
getClusterRefOrServerRef()
Gets the value of the clusterRefOrServerRef property. |
|
java.lang.String |
getHttpsRouting()
Gets the value of the httpsRouting property. |
|
java.util.Date |
getLastApplied()
|
|
java.util.Date |
getLastExported()
|
|
java.lang.String |
getMonitoringEnabled()
Gets the value of the monitoringEnabled property. |
|
java.lang.String |
getName()
Gets the value of the name property. |
|
java.util.List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
|
|
getRefByRef(java.lang.Class<T> type,
java.lang.String ref)
|
|
|
getRefs(java.lang.Class<T> type)
|
|
java.lang.String |
getReloadPollIntervalInSeconds()
Gets the value of the reloadPollIntervalInSeconds property. |
|
java.lang.String |
getResponseTimeoutInSeconds()
Gets the value of the responseTimeoutInSeconds property. |
|
java.lang.String |
getRouteCookieEnabled()
Gets the value of the routeCookieEnabled property. |
|
void |
setHttpsRouting(java.lang.String value)
Sets the value of the httpsRouting property. |
|
boolean |
setLastApplied()
|
|
boolean |
setLastExported()
|
|
void |
setMonitoringEnabled(java.lang.String value)
Sets the value of the monitoringEnabled property. |
|
void |
setName(java.lang.String value)
Sets the value of the name property. |
|
void |
setReloadPollIntervalInSeconds(java.lang.String value)
Sets the value of the reloadPollIntervalInSeconds property. |
|
void |
setResponseTimeoutInSeconds(java.lang.String value)
Sets the value of the responseTimeoutInSeconds property. |
|
void |
setRouteCookieEnabled(java.lang.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 java.lang.String LAST_APPLIED_PROPERTY
static final java.lang.String LAST_EXPORTED_PROPERTY
| Method Detail |
|---|
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*",
message="{lbconfig.invalid.name}",
payload=LbConfig.class)
@NotNull
java.lang.String getName()
String
void setName(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=0L) java.lang.String getResponseTimeoutInSeconds()
String
void setResponseTimeoutInSeconds(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getHttpsRouting()
String
void setHttpsRouting(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getReloadPollIntervalInSeconds()
String
void setReloadPollIntervalInSeconds(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getMonitoringEnabled()
String
void setMonitoringEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getRouteCookieEnabled()
String
void setRouteCookieEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.util.List<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={})
java.util.List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag@DuckTyped <T> java.util.List<T> getRefs(java.lang.Class<T> type)
@DuckTyped
<T> T getRefByRef(java.lang.Class<T> type,
java.lang.String ref)
@DuckTyped java.util.Date getLastExported()
@DuckTyped java.util.Date getLastApplied()
@DuckTyped boolean setLastExported()
@DuckTyped boolean setLastApplied()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||