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 TypeMethodDescriptionvoidMTStore.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 TypeInterfaceDescriptioninterfaceConnection to a local repository.interfaceConnection to a MT repository.interfaceConnection to an MT server.interfaceConnection to a MT server repository.