com.bea.control.annotations
Annotation Type VendorResourceRef


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

This provides a vendor-specific resource reference value to be wired into the vendor-specific descriptor files. For JMS, this would be used for connection factories and for JDBC this would be used for data sources. See VendorResourceEnvRef for JMS destinations (queues/topics). To use this, the matching standard Beehive Destination annotations should be of the form java:comp/env/jms/xyz and the jms/xyz part of that will be wired as the resource-ref name. WLS-specifics: If you want JMS Wrapper support or JDBC data source connections, in this property use whatever JNDI names you want (my.qcf, my.data.source). For app-scoped JMS Module support, use the MODULE_NAME#QCF convention.


Optional Element Summary
 String value
          The vendor-specific value for the resource ref
 

value

public abstract String value
The vendor-specific value for the resource ref

Default:
""