Class Client.SessionedChildClient

  • Enclosing class:
    Client

    public static final class Client.SessionedChildClient
    extends Client
    A Client implementation that operates in the context of a session. ChildSessionClient is tied to another client as a child, it borrows the connection from the parent client's pool for the transaction. Requests are sent to a single server, where each request is bound to the same thread and same connection with the same set of bindings across requests. Transaction are not automatically committed. It is up the client to issue commit/rollback commands.