JBoss EJB 3 Extension API 2.0.0-redhat-2

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").

Version:
$Revision$
Author:
Bill Burke

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value

JBoss EJB 3 Extension API 2.0.0-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.