|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_ejb.deployment.xml.MessageDrivenDestination
public class MessageDrivenDestination
This class defines the implementation of the element message-driven-destination
| Constructor Summary | |
|---|---|
MessageDrivenDestination()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getDestinationType()
Gets the destination-type |
java.lang.String |
getSubscriptionDurability()
Gets the subscription-durability |
void |
setDestinationType(java.lang.String destinationType)
Set the destination-type |
void |
setSubscriptionDurability(java.lang.String subscriptionDurability)
Set the subscription-durability |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
|---|
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageDrivenDestination()
| Method Detail |
|---|
public java.lang.String getDestinationType()
public void setDestinationType(java.lang.String destinationType)
destinationType - destinationTypepublic java.lang.String getSubscriptionDurability()
public void setSubscriptionDurability(java.lang.String subscriptionDurability)
subscriptionDurability - subscriptionDurabilitypublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||