@Target(TYPE) @Retention(RUNTIME) public @interface MessageDriven
The message driven bean must implement the appropriate message
listener interface for the messaging type that the message-driven
bean supports or specify the message listener interface using the
messageListenerInterface element of this annotation.
ActivationConfigProperty| Modifier and Type | Optional Element | Description |
|---|---|---|
ActivationConfigProperty[] |
activationConfig |
Activation config properties.
|
String |
description |
A string describing the message driven bean.
|
String |
mappedName |
A product specific name(e.g.
|
Class |
messageListenerInterface |
Message-listener interface.
|
String |
name |
The ejb-name for this bean.
|
String name
Class messageListenerInterface
java.io.Serializable,
java.io.Externalizable, or any of the interfaces defined by the
javax.ejb package, the message listener interface must be
specified.ActivationConfigProperty[] activationConfig
String mappedName
String description
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.