Uses of Interface
javax.jms.Session
-
-
Uses of Session in javax.jms
Subinterfaces of Session in javax.jms Modifier and Type Interface Description interfaceQueueSessioninterfaceTopicSessioninterfaceXAQueueSessioninterfaceXASessioninterfaceXATopicSessionMethods in javax.jms that return Session Modifier and Type Method Description SessionConnection. createSession(boolean transacted, int acknowledgeMode)SessionXAConnection. createSession(boolean transacted, int acknowledgeMode)SessionServerSession. getSession()SessionXASession. getSession()
-