Package org.apache.openejb.jee.jba
Class DLQConfig
- java.lang.Object
-
- org.apache.openejb.jee.jba.DLQConfig
-
public class DLQConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdestinationQueueprotected StringdlqPasswordprotected StringdlqUserprotected StringmaxTimesRedeliveredprotected StringtimeToLive
-
Constructor Summary
Constructors Constructor Description DLQConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestinationQueue()Gets the value of the destinationQueue property.StringgetDLQPassword()Gets the value of the dlqPassword property.StringgetDLQUser()Gets the value of the dlqUser property.StringgetMaxTimesRedelivered()Gets the value of the maxTimesRedelivered property.StringgetTimeToLive()Gets the value of the timeToLive property.voidsetDestinationQueue(String value)Sets the value of the destinationQueue property.voidsetDLQPassword(String value)Sets the value of the dlqPassword property.voidsetDLQUser(String value)Sets the value of the dlqUser property.voidsetMaxTimesRedelivered(String value)Sets the value of the maxTimesRedelivered property.voidsetTimeToLive(String value)Sets the value of the timeToLive property.
-
-
-
Method Detail
-
getDestinationQueue
public String getDestinationQueue()
Gets the value of the destinationQueue property.- Returns:
- possible object is
String
-
setDestinationQueue
public void setDestinationQueue(String value)
Sets the value of the destinationQueue property.- Parameters:
value- allowed object isString
-
getMaxTimesRedelivered
public String getMaxTimesRedelivered()
Gets the value of the maxTimesRedelivered property.- Returns:
- possible object is
String
-
setMaxTimesRedelivered
public void setMaxTimesRedelivered(String value)
Sets the value of the maxTimesRedelivered property.- Parameters:
value- allowed object isString
-
getTimeToLive
public String getTimeToLive()
Gets the value of the timeToLive property.- Returns:
- possible object is
String
-
setTimeToLive
public void setTimeToLive(String value)
Sets the value of the timeToLive property.- Parameters:
value- allowed object isString
-
getDLQUser
public String getDLQUser()
Gets the value of the dlqUser property.- Returns:
- possible object is
String
-
setDLQUser
public void setDLQUser(String value)
Sets the value of the dlqUser property.- Parameters:
value- allowed object isString
-
getDLQPassword
public String getDLQPassword()
Gets the value of the dlqPassword property.- Returns:
- possible object is
String
-
-