|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
Method Detail |
public DestinationType getType()
public void setType(DestinationType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.DestinationType
,
isSetType()
,
unsetType()
,
getType()
public void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(DestinationType)
public boolean isSetType()
Type
' attribute is set.
unsetType()
,
getType()
,
setType(DestinationType)
public SubscriptionDurabilityKind getSubscriptionDurability()
public void setSubscriptionDurability(SubscriptionDurabilityKind value)
Subscription Durability
' attribute.
value
- the new value of the 'Subscription Durability' attribute.SubscriptionDurabilityKind
,
isSetSubscriptionDurability()
,
unsetSubscriptionDurability()
,
getSubscriptionDurability()
public void unsetSubscriptionDurability()
Subscription Durability
' attribute.
isSetSubscriptionDurability()
,
getSubscriptionDurability()
,
setSubscriptionDurability(SubscriptionDurabilityKind)
public boolean isSetSubscriptionDurability()
Subscription Durability
' attribute is set.
unsetSubscriptionDurability()
,
getSubscriptionDurability()
,
setSubscriptionDurability(SubscriptionDurabilityKind)
public MessageDriven getBean()
public 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 |