Public Member Functions | |
| MessageDrivenDestination () | |
| String | getDestinationType () |
| void | setDestinationType (String destinationType) |
| String | getSubscriptionDurability () |
| void | setSubscriptionDurability (String subscriptionDurability) |
| String | toXML (int indent) |
Definition at line 36 of file MessageDrivenDestination.java.
|
|
Constructor Definition at line 52 of file MessageDrivenDestination.java. |
|
|
Gets the destination-type
Definition at line 60 of file MessageDrivenDestination.java. Referenced by org.objectweb.jonas_ejb.deployment.api.MessageDrivenDesc.MessageDrivenDesc(). |
|
|
Gets the subscription-durability
Definition at line 76 of file MessageDrivenDestination.java. Referenced by org.objectweb.jonas_ejb.deployment.api.MessageDrivenDesc.MessageDrivenDesc(). |
|
|
Set the destination-type
Definition at line 68 of file MessageDrivenDestination.java. |
|
|
Set the subscription-durability
Definition at line 84 of file MessageDrivenDestination.java. |
|
|
Represents this element by it's XML description.
Definition at line 93 of file MessageDrivenDestination.java. |
1.3.9.1