|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EjbTimerService
Configuration for ejb timer service
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
org.jvnet.hk2.config.types.PropertyBag.Duck |
| Method Summary | |
|---|---|
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. |
| 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 |
| Method Detail |
|---|
@Min(value=1L) String getMinimumDeliveryIntervalInMillis()
String
void setMinimumDeliveryIntervalInMillis(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1L) String getMaxRedeliveries()
String
void setMaxRedeliveries(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getTimerDatasource()
String
void setTimerDatasource(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1L) String getRedeliveryIntervalInternalInMillis()
String
void setRedeliveryIntervalInternalInMillis(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||