org.apache.openejb.jee.jba
Class DLQConfig

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

public class DLQConfig
extends java.lang.Object


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

destinationQueue

protected java.lang.String destinationQueue

maxTimesRedelivered

protected java.lang.String maxTimesRedelivered

timeToLive

protected java.lang.String timeToLive

dlqUser

protected java.lang.String dlqUser

dlqPassword

protected java.lang.String dlqPassword
Constructor Detail

DLQConfig

public DLQConfig()
Method Detail

getDestinationQueue

public java.lang.String getDestinationQueue()
Gets the value of the destinationQueue property.

Returns:
possible object is String

setDestinationQueue

public void setDestinationQueue(java.lang.String value)
Sets the value of the destinationQueue property.

Parameters:
value - allowed object is String

getMaxTimesRedelivered

public java.lang.String getMaxTimesRedelivered()
Gets the value of the maxTimesRedelivered property.

Returns:
possible object is String

setMaxTimesRedelivered

public void setMaxTimesRedelivered(java.lang.String value)
Sets the value of the maxTimesRedelivered property.

Parameters:
value - allowed object is String

getTimeToLive

public java.lang.String getTimeToLive()
Gets the value of the timeToLive property.

Returns:
possible object is String

setTimeToLive

public void setTimeToLive(java.lang.String value)
Sets the value of the timeToLive property.

Parameters:
value - allowed object is String

getDLQUser

public java.lang.String getDLQUser()
Gets the value of the dlqUser property.

Returns:
possible object is String

setDLQUser

public void setDLQUser(java.lang.String value)
Sets the value of the dlqUser property.

Parameters:
value - allowed object is String

getDLQPassword

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

Returns:
possible object is String

setDLQPassword

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

Parameters:
value - allowed object is String


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