| 
 | Java EE 5 SDK | ||||||||
| 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.
| Optional Element Summary | |
|---|---|
|  ActivationConfigProperty[] | activationConfigActivation config properties. | 
|  String | description | 
|  String | mappedNameA product specific name(e.g. global JNDI name of a queue) that this message-driven bean should be mapped to. | 
|  Class | messageListenerInterfaceMessage-listener interface. | 
|  String | nameejb-name for this bean. | 
public abstract String name
public abstract Class messageListenerInterface
public abstract ActivationConfigProperty[] activationConfig
public abstract String mappedName
public abstract String description
| 
 | Java EE 5 SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.