Uses of Interface
org.apache.qpid.protonj2.client.Session
Packages that use Session
-
Uses of Session in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return SessionModifier and TypeMethodDescriptionSession.beginTransaction()
Opens a new transaction scoped to thisSession
if one is not already active.Session.commitTransaction()
Commit the currently active transaction in this Session.Connection.defaultSession()
Connection.openSession()
Creates a newSession
instance for use by the client application.Connection.openSession
(SessionOptions options) Creates a newSession
instance for use by the client application.Session.rollbackTransaction()
Roll back the currently active transaction in this Session.Link.session()
Methods in org.apache.qpid.protonj2.client that return types with arguments of type SessionModifier and TypeMethodDescriptionSession.closeAsync()
Session.closeAsync
(ErrorCondition error) Session.openFuture()
-
Uses of Session in org.apache.qpid.protonj2.client.impl
Classes in org.apache.qpid.protonj2.client.impl that implement SessionModifier and TypeClassDescriptionclass
Client implementation of the Session API.final class
A specializedClientSession
that is the parent of aClientStreamSender
orClientStreamReceiver
and cannot create any further resources as the lifetime of the session is tied to the childStreamSender
orStreamReceiver
.Methods in org.apache.qpid.protonj2.client.impl that return SessionModifier and TypeMethodDescriptionClientSession.beginTransaction()
ClientSession.commitTransaction()
ClientConnection.defaultSession()
ClientConnection.openSession()
ClientConnection.openSession
(SessionOptions sessionOptions) ClientSession.rollbackTransaction()
Methods in org.apache.qpid.protonj2.client.impl that return types with arguments of type SessionModifier and TypeMethodDescriptionClientSession.closeAsync()
ClientSession.closeAsync
(ErrorCondition error) ClientSession.openFuture()