|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.MessageDrivenDestination
public class MessageDrivenDestination
| Field Summary | |
|---|---|
protected DestinationType |
destinationType
|
protected java.lang.String |
id
|
protected SubscriptionDurability |
subscriptionDurability
|
| Constructor Summary | |
|---|---|
MessageDrivenDestination()
|
|
| Method Summary | |
|---|---|
DestinationType |
getDestinationType()
Gets the value of the destinationType property. |
java.lang.String |
getId()
Gets the value of the id property. |
SubscriptionDurability |
getSubscriptionDurability()
Gets the value of the subscriptionDurability property. |
void |
setDestinationType(DestinationType value)
Sets the value of the destinationType property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setSubscriptionDurability(SubscriptionDurability value)
Sets the value of the subscriptionDurability property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String id
protected DestinationType destinationType
protected SubscriptionDurability subscriptionDurability
| Constructor Detail |
|---|
public MessageDrivenDestination()
| Method Detail |
|---|
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic DestinationType getDestinationType()
DestinationTypepublic void setDestinationType(DestinationType value)
value - allowed object is
DestinationTypepublic SubscriptionDurability getSubscriptionDurability()
SubscriptionDurabilitypublic void setSubscriptionDurability(SubscriptionDurability value)
value - allowed object is
SubscriptionDurability
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||