|
||||||||||
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). |
java.lang.String |
description
Description of this MDB. |
java.lang.String |
mappedName
Product specific. |
java.lang.Class |
messageListenerInterface
Class used as Message Listener Interface, for JMS MDB, it is javax.jms.MessageListener class. |
java.lang.String |
name
Name of this MDB. |
public abstract java.lang.String name
public abstract java.lang.Class messageListenerInterface
public abstract ActivationConfigProperty[] activationConfig
public abstract java.lang.String mappedName
public abstract java.lang.String description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |