public class MDBConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
deliveryActive |
protected DLQConfig |
dlqConfig |
protected String |
reconnectIntervalSec |
| Constructor and Description |
|---|
MDBConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeliveryActive()
Gets the value of the deliveryActive property.
|
DLQConfig |
getDLQConfig()
Gets the value of the dlqConfig property.
|
String |
getReconnectIntervalSec()
Gets the value of the reconnectIntervalSec property.
|
void |
setDeliveryActive(String value)
Sets the value of the deliveryActive property.
|
void |
setDLQConfig(DLQConfig value)
Sets the value of the dlqConfig property.
|
void |
setReconnectIntervalSec(String value)
Sets the value of the reconnectIntervalSec property.
|
protected String reconnectIntervalSec
protected String deliveryActive
protected DLQConfig dlqConfig
public String getReconnectIntervalSec()
Stringpublic void setReconnectIntervalSec(String value)
value - allowed object is
Stringpublic String getDeliveryActive()
Stringpublic void setDeliveryActive(String value)
value - allowed object is
Stringpublic DLQConfig getDLQConfig()
DLQConfigCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.