javax.ejb
Annotation Type MessageDriven


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface MessageDriven

The MessageDriven annotation specifies that the enterprise bean is a message-driven bean. This annotation is applied to the bean class.

Version:
$Revision: 1.4.4.6 $
Author:
Bill Burke

Optional Element Summary
 ActivationConfigProperty[] activationConfig
           
 java.lang.String description
           
 java.lang.String mappedName
           
 java.lang.Class messageListenerInterface
           
 java.lang.String name
           
 

name

public abstract java.lang.String name
Default:
""

messageListenerInterface

public abstract java.lang.Class messageListenerInterface
Default:
java.lang.Object.class

activationConfig

public abstract ActivationConfigProperty[] activationConfig
Default:
{}

mappedName

public abstract java.lang.String mappedName
Default:
""

description

public abstract java.lang.String description
Default:
""