Package org.apache.openejb.jee.jba
Class MDBConfig
- java.lang.Object
-
- org.apache.openejb.jee.jba.MDBConfig
-
public class MDBConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdeliveryActiveprotected DLQConfigdlqConfigprotected StringreconnectIntervalSec
-
Constructor Summary
Constructors Constructor Description MDBConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeliveryActive()Gets the value of the deliveryActive property.DLQConfiggetDLQConfig()Gets the value of the dlqConfig property.StringgetReconnectIntervalSec()Gets the value of the reconnectIntervalSec property.voidsetDeliveryActive(String value)Sets the value of the deliveryActive property.voidsetDLQConfig(DLQConfig value)Sets the value of the dlqConfig property.voidsetReconnectIntervalSec(String value)Sets the value of the reconnectIntervalSec property.
-
-
-
Method Detail
-
getReconnectIntervalSec
public String getReconnectIntervalSec()
Gets the value of the reconnectIntervalSec property.- Returns:
- possible object is
String
-
setReconnectIntervalSec
public void setReconnectIntervalSec(String value)
Sets the value of the reconnectIntervalSec property.- Parameters:
value- allowed object isString
-
getDeliveryActive
public String getDeliveryActive()
Gets the value of the deliveryActive property.- Returns:
- possible object is
String
-
setDeliveryActive
public void setDeliveryActive(String value)
Sets the value of the deliveryActive property.- Parameters:
value- allowed object isString
-
getDLQConfig
public DLQConfig getDLQConfig()
Gets the value of the dlqConfig property.- Returns:
- possible object is
DLQConfig
-
-