|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.DLQConfig
public class DLQConfig
Field Summary | |
---|---|
protected String |
destinationQueue
|
protected String |
dlqPassword
|
protected String |
dlqUser
|
protected String |
maxTimesRedelivered
|
protected String |
timeToLive
|
Constructor Summary | |
---|---|
DLQConfig()
|
Method Summary | |
---|---|
String |
getDestinationQueue()
Gets the value of the destinationQueue property. |
String |
getDLQPassword()
Gets the value of the dlqPassword property. |
String |
getDLQUser()
Gets the value of the dlqUser property. |
String |
getMaxTimesRedelivered()
Gets the value of the maxTimesRedelivered property. |
String |
getTimeToLive()
Gets the value of the timeToLive property. |
void |
setDestinationQueue(String value)
Sets the value of the destinationQueue property. |
void |
setDLQPassword(String value)
Sets the value of the dlqPassword property. |
void |
setDLQUser(String value)
Sets the value of the dlqUser property. |
void |
setMaxTimesRedelivered(String value)
Sets the value of the maxTimesRedelivered property. |
void |
setTimeToLive(String value)
Sets the value of the timeToLive property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String destinationQueue
protected String maxTimesRedelivered
protected String timeToLive
protected String dlqUser
protected String dlqPassword
Constructor Detail |
---|
public DLQConfig()
Method Detail |
---|
public String getDestinationQueue()
String
public void setDestinationQueue(String value)
value
- allowed object is
String
public String getMaxTimesRedelivered()
String
public void setMaxTimesRedelivered(String value)
value
- allowed object is
String
public String getTimeToLive()
String
public void setTimeToLive(String value)
value
- allowed object is
String
public String getDLQUser()
String
public void setDLQUser(String value)
value
- allowed object is
String
public String getDLQPassword()
String
public void setDLQPassword(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |