|
||||||||||
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 java.lang.String |
deliveryActive
|
protected DLQConfig |
dlqConfig
|
protected java.lang.String |
reconnectIntervalSec
|
Constructor Summary | |
---|---|
MDBConfig()
|
Method Summary | |
---|---|
java.lang.String |
getDeliveryActive()
Gets the value of the deliveryActive property. |
DLQConfig |
getDLQConfig()
Gets the value of the dlqConfig property. |
java.lang.String |
getReconnectIntervalSec()
Gets the value of the reconnectIntervalSec property. |
void |
setDeliveryActive(java.lang.String value)
Sets the value of the deliveryActive property. |
void |
setDLQConfig(DLQConfig value)
Sets the value of the dlqConfig property. |
void |
setReconnectIntervalSec(java.lang.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 java.lang.String reconnectIntervalSec
protected java.lang.String deliveryActive
protected DLQConfig dlqConfig
Constructor Detail |
---|
public MDBConfig()
Method Detail |
---|
public java.lang.String getReconnectIntervalSec()
String
public void setReconnectIntervalSec(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDeliveryActive()
String
public void setDeliveryActive(java.lang.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 |