|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface MessageDriven
Defines a Message Driven Bean when applied on a bean's class.
| Optional Element Summary | |
|---|---|
ActivationConfigProperty[] |
activationConfig
Properties to configure the activation object (it may include destination, destinationType, etc). |
String |
description
Description of this MDB. |
String |
mappedName
Product specific. |
Class |
messageListenerInterface
Class used as Message Listener Interface, for JMS MDB, it is javax.jms.MessageListener class. |
String |
name
Name of this MDB. |
public abstract String name
public abstract Class messageListenerInterface
public abstract ActivationConfigProperty[] activationConfig
public abstract String mappedName
public abstract String description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||