com.bea.control.annotations
Annotation Type VendorResourceEnvRef


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

This provides a vendor-specific resource env reference value to be wired into the vendor-specific descriptor files. This would be used for JMS destinations (queues/topics). For JMS connection factories or JDBC data sources, use VendorResourceRef. 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 in this property use whatever JNDI names you want (my.queue or my.topic). For app-scoped JMS Module support, use the MODULE_NAME#QUEUE or MODULE_NAME#TOPIC convention.


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

value

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

Default:
""