-
Opens a new transaction scoped to this
Session
if one is not already active.
Commit the currently active transaction in this Session.
Returns the default
Session
instance that is used by this Connection to
create the default anonymous connection
Sender
as well as creating those
resources created from the
Connection
such as
Sender
and
Receiver
instances not married to a specific
Session
.
Creates a new
Session
instance for use by the client application.
Creates a new
Session
instance for use by the client application.
Roll back the currently active transaction in this Session.
Requests a close of the
Session
at the remote and returns a
Future
that will be
completed once the session has been remotely closed or an error occurs.
Requests a close of the
Session
at the remote and returns a
Future
that will be
completed once the session has been remotely closed or an error occurs.
-
class
Client implementation of the Session API.
final class