public interface EjbTimerService
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Method and Description |
|---|---|
String |
getMaxRedeliveries()
Gets the value of the maxRedeliveries property.
|
String |
getMinimumDeliveryIntervalInMillis()
Gets the value of the minimumDeliveryIntervalInMillis property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag |
String |
getRedeliveryIntervalInternalInMillis()
Gets the value of the redeliveryIntervalInternalInMillis property.
|
String |
getTimerDatasource()
Gets the value of the timerDatasource property.
|
void |
setMaxRedeliveries(String value)
Sets the value of the maxRedeliveries property.
|
void |
setMinimumDeliveryIntervalInMillis(String value)
Sets the value of the minimumDeliveryIntervalInMillis property.
|
void |
setRedeliveryIntervalInternalInMillis(String value)
Sets the value of the redeliveryIntervalInternalInMillis property.
|
void |
setTimerDatasource(String value)
Sets the value of the timerDatasource property.
|
@Min(value=1L) String getMinimumDeliveryIntervalInMillis()
Stringvoid setMinimumDeliveryIntervalInMillis(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=1L) String getMaxRedeliveries()
Stringvoid setMaxRedeliveries(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getTimerDatasource()
Stringvoid setTimerDatasource(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=1L) String getRedeliveryIntervalInternalInMillis()
Stringvoid setRedeliveryIntervalInternalInMillis(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.