Uses of Interface
org.apache.qpid.protonj2.client.Session
-
Packages that use Session Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl -
-
Uses of Session in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return Session Modifier and Type Method Description SessionSession. beginTransaction()Opens a new transaction scoped to thisSessionif one is not already active.SessionSession. commitTransaction()Commit the currently active transaction in this Session.SessionConnection. defaultSession()SessionConnection. openSession()Creates a newSessioninstance for use by the client application.SessionConnection. openSession(SessionOptions options)Creates a newSessioninstance for use by the client application.SessionSession. rollbackTransaction()Roll back the currently active transaction in this Session.SessionLink. session()Methods in org.apache.qpid.protonj2.client that return types with arguments of type Session Modifier and Type Method Description Future<Session>Session. closeAsync()Future<Session>Session. closeAsync(ErrorCondition error)Future<Session>Session. openFuture() -
Uses of Session in org.apache.qpid.protonj2.client.impl
Classes in org.apache.qpid.protonj2.client.impl that implement Session Modifier and Type Class Description classClientSessionClient implementation of the Session API.classClientStreamSessionA specializedClientSessionthat is the parent of aClientStreamSenderorClientStreamReceiverand cannot create any further resources as the lifetime of the session is tied to the childStreamSenderorStreamReceiver.Methods in org.apache.qpid.protonj2.client.impl that return Session Modifier and Type Method Description SessionClientSession. beginTransaction()SessionClientSession. commitTransaction()SessionClientConnection. defaultSession()SessionClientConnection. openSession()SessionClientConnection. openSession(SessionOptions sessionOptions)SessionClientSession. rollbackTransaction()Methods in org.apache.qpid.protonj2.client.impl that return types with arguments of type Session Modifier and Type Method Description Future<Session>ClientSession. closeAsync()Future<Session>ClientSession. closeAsync(ErrorCondition error)Future<Session>ClientSession. openFuture()
-