|
||||||||||
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()
String
public void setDestinationQueue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMaxTimesRedelivered()
String
public void setMaxTimesRedelivered(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTimeToLive()
String
public void setTimeToLive(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDLQUser()
String
public void setDLQUser(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDLQPassword()
String
public 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 |