public interface DasConfig extends ConfigBeanProxy, PropertyBag
ConfigBeanProxy.DuckPropertyBag.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getAdminSessionTimeoutInMinutes()
Gets the value of the adminSessionTimeoutInMinutes property.
|
String |
getAutodeployDir()
Gets the value of the autodeployDir property.
|
String |
getAutodeployEnabled()
Gets the value of the autodeployEnabled property.
|
String |
getAutodeployJspPrecompilationEnabled()
Gets the value of the autodeployJspPrecompilationEnabled property.
|
@Min(value=1L) String |
getAutodeployPollingIntervalInSeconds()
Gets the value of the autodeployPollingIntervalInSeconds property.
|
String |
getAutodeployRetryTimeout()
Gets the value of the autodeployRetryTimeout property.
|
String |
getAutodeployVerifierEnabled()
Gets the value of the autodeployVerifierEnabled property.
|
String |
getDeployXmlValidation()
Gets the value of the deployXmlValidation property.
|
String |
getDynamicReloadEnabled()
Gets the value of the dynamicReloadEnabled property.
|
@Min(value=1L) String |
getDynamicReloadPollIntervalInSeconds()
Gets the value of the dynamicReloadPollIntervalInSeconds property.
|
List<Property> |
getProperty()
Properties as per
PropertyBag |
void |
setAdminSessionTimeoutInMinutes(String value)
Sets the value of the adminSessionTimeoutInMinutes property.
|
void |
setAutodeployDir(String value)
Sets the value of the autodeployDir property.
|
void |
setAutodeployEnabled(String value)
Sets the value of the autodeployEnabled property.
|
void |
setAutodeployJspPrecompilationEnabled(String value)
Sets the value of the autodeployJspPrecompilationEnabled property.
|
void |
setAutodeployPollingIntervalInSeconds(String value)
Sets the value of the autodeployPollingIntervalInSeconds property.
|
void |
setAutodeployRetryTimeout(String value)
Sets the value of the autodeployRetryTimeout property.
|
void |
setAutodeployVerifierEnabled(String value)
Sets the value of the autodeployVerifierEnabled property.
|
void |
setDeployXmlValidation(String value)
Sets the value of the deployXmlValidation property.
|
void |
setDynamicReloadEnabled(String value)
Sets the value of the dynamicReloadEnabled property.
|
void |
setDynamicReloadPollIntervalInSeconds(String value)
Sets the value of the dynamicReloadPollIntervalInSeconds property.
|
createChild, deepCopy, getParent, getParentaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removePropertyString getDynamicReloadEnabled()
Stringvoid setDynamicReloadEnabled(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Min(value=1L) @Min(value=1L) String getDynamicReloadPollIntervalInSeconds()
Stringvoid setDynamicReloadPollIntervalInSeconds(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getAutodeployEnabled()
Stringvoid setAutodeployEnabled(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Min(value=1L) @Min(value=1L) String getAutodeployPollingIntervalInSeconds()
Stringvoid setAutodeployPollingIntervalInSeconds(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getAutodeployDir()
Stringvoid setAutodeployDir(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getAutodeployVerifierEnabled()
Stringvoid setAutodeployVerifierEnabled(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getAutodeployJspPrecompilationEnabled()
Stringvoid setAutodeployJspPrecompilationEnabled(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getAutodeployRetryTimeout()
Stringvoid setAutodeployRetryTimeout(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getDeployXmlValidation()
Stringvoid setDeployXmlValidation(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getAdminSessionTimeoutInMinutes()
Stringvoid setAdminSessionTimeoutInMinutes(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBaggetProperty in interface PropertyBagCopyright © 2019. All rights reserved.