public interface DasConfig
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| 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.
|
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.
|
String |
getDynamicReloadPollIntervalInSeconds()
Gets the value of the dynamicReloadPollIntervalInSeconds property.
|
List<org.jvnet.hk2.config.types.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.
|
String getDynamicReloadEnabled()
Stringvoid setDynamicReloadEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@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) 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<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBaggetProperty in interface org.jvnet.hk2.config.types.PropertyBagCopyright © 2013. All Rights Reserved.