org.apache.openejb.jee
Class MessageDrivenDestination

java.lang.Object
  extended by org.apache.openejb.jee.MessageDrivenDestination

public class MessageDrivenDestination
extends Object


Field Summary
protected  DestinationType destinationType
           
protected  String id
           
protected  SubscriptionDurability subscriptionDurability
           
 
Constructor Summary
MessageDrivenDestination()
           
 
Method Summary
 DestinationType getDestinationType()
          Gets the value of the destinationType property.
 String getId()
          Gets the value of the id property.
 SubscriptionDurability getSubscriptionDurability()
          Gets the value of the subscriptionDurability property.
 void setDestinationType(DestinationType value)
          Sets the value of the destinationType property.
 void setId(String value)
          Sets the value of the id property.
 void setSubscriptionDurability(SubscriptionDurability value)
          Sets the value of the subscriptionDurability property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

destinationType

protected DestinationType destinationType

subscriptionDurability

protected SubscriptionDurability subscriptionDurability
Constructor Detail

MessageDrivenDestination

public MessageDrivenDestination()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDestinationType

public DestinationType getDestinationType()
Gets the value of the destinationType property.

Returns:
possible object is DestinationType

setDestinationType

public void setDestinationType(DestinationType value)
Sets the value of the destinationType property.

Parameters:
value - allowed object is DestinationType

getSubscriptionDurability

public SubscriptionDurability getSubscriptionDurability()
Gets the value of the subscriptionDurability property.

Returns:
possible object is SubscriptionDurability

setSubscriptionDurability

public void setSubscriptionDurability(SubscriptionDurability value)
Sets the value of the subscriptionDurability property.

Parameters:
value - allowed object is SubscriptionDurability


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