public interface ManagedJobConfig extends DomainExtension, PropertyBag, javax.validation.Payload
ConfigBeanProxy.DuckPropertyBag.Duck| Modifier and Type | Method and Description |
|---|---|
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String |
getInitialDelay()
Gets the value of initialDelay
|
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String |
getInMemoryRetentionPeriod()
Gets the value of inMemoryRetentionPeriod property
|
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String |
getJobRetentionPeriod()
Gets the value of jobRetentionPeriod
|
String |
getPersistingEnabled()
Gets the value of persistingEnabled property
|
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String |
getPollInterval()
Gets the value of pollInterval property
|
void |
setInitialDelay(String value)
Sets the value of the initialDelay property.
|
void |
setInMemoryRetentionPeriod(String value)
Sets the value of the inMemoryRetentionPeriod property.
|
void |
setJobRetentionPeriod(String value)
Sets the value of the jobRetentionPeriod property.
|
void |
setPersistingEnabled(boolean value)
Sets the value of the persistingenabled property.
|
void |
setPollInterval(String value)
Sets the value of the pollInterval property.
|
createChild, deepCopy, getParent, getParentaddProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",
message="{invalid.time.period.specified}",
payload=ManagedJobConfig.class)
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String getInMemoryRetentionPeriod()
Stringvoid setInMemoryRetentionPeriod(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",
message="{invalid.time.period.specified}",
payload=ManagedJobConfig.class)
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String getJobRetentionPeriod()
void setJobRetentionPeriod(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionString getPersistingEnabled()
void setPersistingEnabled(boolean value)
throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",
message="{invalid.time.period.specified}",
payload=ManagedJobConfig.class)
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String getPollInterval()
Stringvoid setPollInterval(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",
message="{invalid.time.period.specified}",
payload=ManagedJobConfig.class)
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String getInitialDelay()
void setInitialDelay(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2019. All rights reserved.