JavaScript is disabled on your browser.
javax.jms
Annotation Type JMSConnectionFactory
-
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,PARAMETER,TYPE})
public @interface JMSConnectionFactory
This annotation may be used to specify the JNDI lookup name of a javax.jms.ConnectionFactory
to be used when injecting a javax.jms.JMSContext
object.
- Since:
- JMS 2.0
- Version:
- JMS 2.0
-
-
Required Element Summary
Required Elements
Modifier and Type |
Required Element and Description |
String |
value
Specifies the JNDI lookup name of a javax.jms.ConnectionFactory
to be used when injecting a javax.jms.JMSContext object.
|
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.