|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.MDBConfig
public class MDBConfig
Field Summary | |
---|---|
protected String |
deliveryActive
|
protected DLQConfig |
dlqConfig
|
protected String |
reconnectIntervalSec
|
Constructor Summary | |
---|---|
MDBConfig()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String reconnectIntervalSec
protected String deliveryActive
protected DLQConfig dlqConfig
Constructor Detail |
---|
public MDBConfig()
Method Detail |
---|
public String getReconnectIntervalSec()
String
public void setReconnectIntervalSec(String value)
value
- allowed object is
String
public String getDeliveryActive()
String
public void setDeliveryActive(String value)
value
- allowed object is
String
public DLQConfig getDLQConfig()
DLQConfig
public void setDLQConfig(DLQConfig value)
value
- allowed object is
DLQConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |