|
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[] |
activationConfig
Activation config properties. |
String |
description
|
String |
mappedName
A product specific name(e.g. global JNDI name of a queue) that this message-driven bean should be mapped to. |
Class |
messageListenerInterface
Message-listener interface. |
String |
name
ejb-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 2006 Sun Microsystems, Inc. All rights reserved.