@Retention(value=RUNTIME) @Target(value={METHOD,FIELD,PARAMETER,TYPE}) public @interface JMSSessionMode
javax.jms.JMSContext
object.
The meaning and possible values of session mode are the same as for the
ConnectionFactory
method createContext(int sessionMode)
.JMSContext.createContext(int)
Modifier and Type | Optional Element and Description |
---|---|
int |
value
Specifies the session mode used when injecting a
javax.jms.JMSContext object. |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.