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: 42322 $
Author:
Bill Burke

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

name

public abstract String name
Default:
""

messageListenerInterface

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

activationConfig

public abstract ActivationConfigProperty[] activationConfig
Default:
{}

mappedName

public abstract String mappedName
Default:
""

description

public abstract String description
Default:
""


Copyright © 2008 JBoss Inc.. All Rights Reserved.