Package org.apache.openejb.jee
Class MessageDrivenDestination
- java.lang.Object
-
- org.apache.openejb.jee.MessageDrivenDestination
-
public class MessageDrivenDestination extends Object
no longer represented in schema?
-
-
Field Summary
Fields Modifier and Type Field Description protected DestinationTypedestinationTypeprotected Stringidprotected SubscriptionDurabilitysubscriptionDurability
-
Constructor Summary
Constructors Constructor Description MessageDrivenDestination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DestinationTypegetDestinationType()Gets the value of the destinationType property.StringgetId()Gets the value of the id property.SubscriptionDurabilitygetSubscriptionDurability()Gets the value of the subscriptionDurability property.voidsetDestinationType(DestinationType value)Sets the value of the destinationType property.voidsetId(String value)Sets the value of the id property.voidsetSubscriptionDurability(SubscriptionDurability value)Sets the value of the subscriptionDurability property.
-
-
-
Field Detail
-
id
protected String id
-
destinationType
protected DestinationType destinationType
-
subscriptionDurability
protected SubscriptionDurability subscriptionDurability
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
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 isDestinationType
-
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 isSubscriptionDurability
-
-