| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.MessageDrivenDestination
MessageDrivenDestination | public class MessageDrivenDestination extends AbsElement (Code) | | This class defines the implementation of the element message-driven-destination
author: JOnAS team |
MessageDrivenDestination | public MessageDrivenDestination()(Code) | | Constructor
|
getDestinationType | public String getDestinationType()(Code) | | Gets the destination-type
the destination-type |
getSubscriptionDurability | public String getSubscriptionDurability()(Code) | | Gets the subscription-durability
the subscription-durability |
setDestinationType | public void setDestinationType(String destinationType)(Code) | | Set the destination-type
Parameters: destinationType - destinationType |
setSubscriptionDurability | public void setSubscriptionDurability(String subscriptionDurability)(Code) | | Set the subscription-durability
Parameters: subscriptionDurability - subscriptionDurability |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|