|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface MessageDriven
Component-defining annotation for a message driven bean.
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
Optional Element Summary | |
---|---|
ActivationConfigProperty[] |
activationConfig
Activation config properties. |
java.lang.String |
description
A string describing the message driven bean. |
java.lang.String |
mappedName
A product specific name(e.g. |
java.lang.Class |
messageListenerInterface
Message-listener interface. |
java.lang.String |
name
The ejb-name for this bean. |
public abstract java.lang.String name
public abstract java.lang.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.
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 |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41