Class EndpointBase

java.lang.Object
org.eclipse.rdf4j.federated.endpoint.EndpointBase
All Implemented Interfaces:
Endpoint
Direct Known Subclasses:
RepositoryEndpoint, ResolvableEndpoint

public abstract class EndpointBase extends Object implements Endpoint
Base implementation for an Endpoint.

Provides implementation for the common behavior as well as connection management. Typically a fresh RepositoryConnection is returned when invoking getConnection(), however, it is configurable that a managed (singleton) connection can be used.

Author:
Andreas Schwarte
See Also: