Uses of Interface
se.conciliate.extensions.store.connection.MTConnection
Packages that use MTConnection
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Connections to MT data sources.
-
Uses of MTConnection in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTConnectionModifier and TypeMethodDescriptionMTStore.getConnection()
Returns the current connection, if any.Methods in se.conciliate.extensions.store with parameters of type MTConnectionModifier and TypeMethodDescriptionvoid
MTStore.setDataSourceConnection
(MTConnection connection) Used when switching between local repositories and servers. -
Uses of MTConnection in se.conciliate.extensions.store.connection
Subinterfaces of MTConnection in se.conciliate.extensions.store.connectionModifier and TypeInterfaceDescriptioninterface
Connection to a local repository.interface
Connection to a MT repository.interface
Connection to an MT server.interface
Connection to a MT server repository.