Class EndpointBase.ManagedRepositoryConnection

All Implemented Interfaces:
AutoCloseable, DelegatingRepositoryConnection, RepositoryConnection
Enclosing class:
EndpointBase

public static class EndpointBase.ManagedRepositoryConnection extends RepositoryConnectionWrapper
A wrapper for managed RepositoryConnections which makes sure that close() is a no-op, i.e. the actual closing of the managed connection is controlled by the Endpoint.
Author:
Andreas Schwarte