Uses of Interface
mondrian.xmla.XmlaHandler.ConnectionFactory
-
Packages that use XmlaHandler.ConnectionFactory Package Description mondrian.xmla Implements the XML for Analysis API.mondrian.xmla.impl -
-
Uses of XmlaHandler.ConnectionFactory in mondrian.xmla
Methods in mondrian.xmla that return XmlaHandler.ConnectionFactory Modifier and Type Method Description protected abstract XmlaHandler.ConnectionFactoryXmlaServlet. createConnectionFactory(javax.servlet.ServletConfig servletConfig)Constructors in mondrian.xmla with parameters of type XmlaHandler.ConnectionFactory Constructor Description XmlaHandler(XmlaHandler.ConnectionFactory connectionFactory, String prefix)Creates anXmlaHandler. -
Uses of XmlaHandler.ConnectionFactory in mondrian.xmla.impl
Methods in mondrian.xmla.impl that return XmlaHandler.ConnectionFactory Modifier and Type Method Description protected XmlaHandler.ConnectionFactoryMondrianXmlaServlet. createConnectionFactory(javax.servlet.ServletConfig servletConfig)protected XmlaHandler.ConnectionFactoryOlap4jXmlaServlet. createConnectionFactory(javax.servlet.ServletConfig servletConfig)
-