org.jboss.ejb3.metamodel
Class MessageDrivenDestination

java.lang.Object
  extended by org.jboss.ejb3.metamodel.MessageDrivenDestination

public class MessageDrivenDestination
extends Object

Represents a message-driven-destination element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 61136 $
Author:
William DeCoste

Constructor Summary
MessageDrivenDestination()
           
 
Method Summary
 String getDestinationType()
           
 String getSubscriptionDurability()
           
 void setDestinationType(String destinationType)
           
 void setSubscriptionDurability(String subscriptionDurability)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageDrivenDestination

public MessageDrivenDestination()
Method Detail

getDestinationType

public String getDestinationType()

setDestinationType

public void setDestinationType(String destinationType)

getSubscriptionDurability

public String getSubscriptionDurability()

setSubscriptionDurability

public void setSubscriptionDurability(String subscriptionDurability)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.