Uses of Interface
mondrian.spi.CatalogLocator
Packages that use CatalogLocator
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Augments the Mondrian engine with server functionality.
Provides implementations of SPIs defined in the
mondrian.spi package.Text user interface for Mondrian.
-
Uses of CatalogLocator in mondrian.olap
Methods in mondrian.olap that return CatalogLocatorMethods in mondrian.olap with parameters of type CatalogLocatorModifier and TypeMethodDescriptionstatic MondrianServerMondrianServer.createWithRepository(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) Creates a server.static ConnectionDriverManager.getConnection(String connectString, CatalogLocator locator) Creates a connection to a Mondrian OLAP Engine using a connect string and a catalog locator.static ConnectionDriverManager.getConnection(Util.PropertyList properties, CatalogLocator locator) Creates a connection to a Mondrian OLAP Engine.static ConnectionDriverManager.getConnection(Util.PropertyList properties, CatalogLocator locator, DataSource dataSource) Creates a connection to a Mondrian OLAP Engine using a list of connection properties, a catalog locator, and a JDBC data source. -
Uses of CatalogLocator in mondrian.server
Methods in mondrian.server with parameters of type CatalogLocatorModifier and TypeMethodDescriptionMondrianServerRegistry.createWithRepository(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator) Constructors in mondrian.server with parameters of type CatalogLocatorModifierConstructorDescriptionFileRepository(RepositoryContentFinder repositoryContentFinder, CatalogLocator locator) -
Uses of CatalogLocator in mondrian.spi.impl
Classes in mondrian.spi.impl that implement CatalogLocatorModifier and TypeClassDescriptionclassCatalogLocator which returns the catalog URI unchanged.classImplementation ofCatalogLocatorthat returns the path unchanged.classLocates a catalog based upon aServletContext.Fields in mondrian.spi.impl declared as CatalogLocator -
Uses of CatalogLocator in mondrian.tui
Methods in mondrian.tui that return CatalogLocator -
Uses of CatalogLocator in mondrian.xmla.impl
Methods in mondrian.xmla.impl that return CatalogLocatorModifier and TypeMethodDescriptionprotected CatalogLocatorMondrianXmlaServlet.makeCatalogLocator(javax.servlet.ServletConfig servletConfig) Make catalog locator.