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

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2009 JBoss Inc.. All Rights Reserved.