org.apache.openejb.jee.jba
Class MDBConfig

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

public class MDBConfig
extends java.lang.Object


Field Summary
protected  java.lang.String deliveryActive
           
protected  DLQConfig dlqConfig
           
protected  java.lang.String reconnectIntervalSec
           
 
Constructor Summary
MDBConfig()
           
 
Method Summary
 java.lang.String getDeliveryActive()
          Gets the value of the deliveryActive property.
 DLQConfig getDLQConfig()
          Gets the value of the dlqConfig property.
 java.lang.String getReconnectIntervalSec()
          Gets the value of the reconnectIntervalSec property.
 void setDeliveryActive(java.lang.String value)
          Sets the value of the deliveryActive property.
 void setDLQConfig(DLQConfig value)
          Sets the value of the dlqConfig property.
 void setReconnectIntervalSec(java.lang.String value)
          Sets the value of the reconnectIntervalSec property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reconnectIntervalSec

protected java.lang.String reconnectIntervalSec

deliveryActive

protected java.lang.String deliveryActive

dlqConfig

protected DLQConfig dlqConfig
Constructor Detail

MDBConfig

public MDBConfig()
Method Detail

getReconnectIntervalSec

public java.lang.String getReconnectIntervalSec()
Gets the value of the reconnectIntervalSec property.

Returns:
possible object is String

setReconnectIntervalSec

public void setReconnectIntervalSec(java.lang.String value)
Sets the value of the reconnectIntervalSec property.

Parameters:
value - allowed object is String

getDeliveryActive

public java.lang.String getDeliveryActive()
Gets the value of the deliveryActive property.

Returns:
possible object is String

setDeliveryActive

public void setDeliveryActive(java.lang.String value)
Sets the value of the deliveryActive property.

Parameters:
value - allowed object is String

getDLQConfig

public DLQConfig getDLQConfig()
Gets the value of the dlqConfig property.

Returns:
possible object is DLQConfig

setDLQConfig

public void setDLQConfig(DLQConfig value)
Sets the value of the dlqConfig property.

Parameters:
value - allowed object is DLQConfig


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