Class MondrianServerRegistry

java.lang.Object
mondrian.server.MondrianServerRegistry

public class MondrianServerRegistry extends Object
Registry of all servers within this JVM, and also serves as a factory for servers.

This class is not a public API. User applications should use the methods in MondrianServer.

Author:
jhyde
  • Field Details

    • logger

      public static final org.apache.logging.log4j.Logger logger
    • INSTANCE

      public static final MondrianServerRegistry INSTANCE
  • Constructor Details

    • MondrianServerRegistry

      public MondrianServerRegistry()
  • Method Details