org.jboss.metadata.ejb.spec
Class MessageDrivenDestinationMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.ejb.spec.MessageDrivenDestinationMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class MessageDrivenDestinationMetaData
extends IdMetaDataImpl

The ejb-jar 2.0 message-driven/message-driven-destination element

Version:
$Revision: 87568 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
MessageDrivenDestinationMetaData()
           
 
Method Summary
 String getDestinationType()
           
 String getSubscriptionDurability()
           
 void setDestinationType(String destinationType)
           
 void setSubscriptionDurability(String subscriptionDurability)
           
 String toString()
           
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageDrivenDestinationMetaData

public MessageDrivenDestinationMetaData()
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.