|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageDrivenDestination
The message-driven-destination element provides advice to the Deployer as to whether a message-driven bean is intended for a Queue or a Topic. The declaration consists of: the type of the message-driven bean's intended destination and an optional declaration of whether a durable or non-durable subscription should be used if the destination-type is javax.jms.Topic.
Method Summary | |
---|---|
MessageDriven |
getBean()
|
SubscriptionDurabilityKind |
getSubscriptionDurability()
|
DestinationType |
getType()
|
boolean |
isSetSubscriptionDurability()
Returns whether the value of the ' Subscription Durability ' attribute is set |
boolean |
isSetType()
Returns whether the value of the ' Type ' attribute is set |
void |
setBean(MessageDriven value)
|
void |
setSubscriptionDurability(SubscriptionDurabilityKind value)
Sets the value of the ' Subscription Durability ' attribute |
void |
setType(DestinationType value)
Sets the value of the ' Type ' attribute |
void |
unsetSubscriptionDurability()
Unsets the value of the ' Subscription Durability ' attribute |
void |
unsetType()
Unsets the value of the ' Type ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
DestinationType getType()
void setType(DestinationType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.DestinationType
,
isSetType()
,
unsetType()
,
getType()
void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(DestinationType)
boolean isSetType()
Type
' attribute is set.
unsetType()
,
getType()
,
setType(DestinationType)
SubscriptionDurabilityKind getSubscriptionDurability()
void setSubscriptionDurability(SubscriptionDurabilityKind value)
Subscription Durability
' attribute.
value
- the new value of the 'Subscription Durability' attribute.SubscriptionDurabilityKind
,
isSetSubscriptionDurability()
,
unsetSubscriptionDurability()
,
getSubscriptionDurability()
void unsetSubscriptionDurability()
Subscription Durability
' attribute.
isSetSubscriptionDurability()
,
getSubscriptionDurability()
,
setSubscriptionDurability(SubscriptionDurabilityKind)
boolean isSetSubscriptionDurability()
Subscription Durability
' attribute is set.
unsetSubscriptionDurability()
,
getSubscriptionDurability()
,
setSubscriptionDurability(SubscriptionDurabilityKind)
MessageDriven getBean()
void setBean(MessageDriven value)
value
- The new value of the Bean reference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |