org.apache.openejb.jee.jba
Class DLQConfig

java.lang.Object
  extended by org.apache.openejb.jee.jba.DLQConfig

public class DLQConfig
extends Object


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

destinationQueue

protected String destinationQueue

maxTimesRedelivered

protected String maxTimesRedelivered

timeToLive

protected String timeToLive

dlqUser

protected String dlqUser

dlqPassword

protected String dlqPassword
Constructor Detail

DLQConfig

public DLQConfig()
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 is String

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 is String

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 is String

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 is String

getDLQPassword

public String getDLQPassword()
Gets the value of the dlqPassword property.

Returns:
possible object is String

setDLQPassword

public void setDLQPassword(String value)
Sets the value of the dlqPassword property.

Parameters:
value - allowed object is String


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.