org.jboss.ejb3.annotation
Annotation Type ResourceAdapter


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

Identifies RAR you want to use for the MDB. This is message inflow. The RAR is identified by the basename of the jar file it resides in, for example @ResourceAdapter("jms-ra.rar").


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value