|
||||||||||
| 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 java.lang.String |
destinationQueue
|
protected java.lang.String |
dlqPassword
|
protected java.lang.String |
dlqUser
|
protected java.lang.String |
maxTimesRedelivered
|
protected java.lang.String |
timeToLive
|
| Constructor Summary | |
|---|---|
DLQConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDestinationQueue()
Gets the value of the destinationQueue property. |
java.lang.String |
getDLQPassword()
Gets the value of the dlqPassword property. |
java.lang.String |
getDLQUser()
Gets the value of the dlqUser property. |
java.lang.String |
getMaxTimesRedelivered()
Gets the value of the maxTimesRedelivered property. |
java.lang.String |
getTimeToLive()
Gets the value of the timeToLive property. |
void |
setDestinationQueue(java.lang.String value)
Sets the value of the destinationQueue property. |
void |
setDLQPassword(java.lang.String value)
Sets the value of the dlqPassword property. |
void |
setDLQUser(java.lang.String value)
Sets the value of the dlqUser property. |
void |
setMaxTimesRedelivered(java.lang.String value)
Sets the value of the maxTimesRedelivered property. |
void |
setTimeToLive(java.lang.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 java.lang.String destinationQueue
protected java.lang.String maxTimesRedelivered
protected java.lang.String timeToLive
protected java.lang.String dlqUser
protected java.lang.String dlqPassword
| Constructor Detail |
|---|
public DLQConfig()
| Method Detail |
|---|
public java.lang.String getDestinationQueue()
Stringpublic void setDestinationQueue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaxTimesRedelivered()
Stringpublic void setMaxTimesRedelivered(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimeToLive()
Stringpublic void setTimeToLive(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDLQUser()
Stringpublic void setDLQUser(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDLQPassword()
Stringpublic void setDLQPassword(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||