|
Oracle GlassFish(tm) Server Message Queue 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={METHOD,FIELD,PARAMETER,TYPE}) public @interface JMSSessionMode
This annotation may be used to specify the session mode
to be used when injecting a 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)
Optional Element Summary | |
---|---|
int |
value
Specifies the session mode used when injecting a javax.jms.JMSContext object. |
public abstract int value
javax.jms.JMSContext
object.
|
Oracle GlassFish(tm) Server Message Queue 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |