public class MondrianServerRegistry extends Object
This class is not a public API. User applications should use the
methods in MondrianServer
.
Modifier and Type | Field and Description |
---|---|
static MondrianServerRegistry |
INSTANCE |
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
MondrianServerRegistry() |
Modifier and Type | Method and Description |
---|---|
MondrianServer |
createWithRepository(RepositoryContentFinder contentFinder,
CatalogLocator catalogLocator) |
String |
getCopyrightYear() |
String |
getProductVersion() |
int |
getSchemaVersion() |
MondrianServer.MondrianVersion |
getVersion() |
MondrianServer |
serverForId(String instanceId)
Looks up a server with a given id.
|
public static final org.apache.log4j.Logger logger
public static final MondrianServerRegistry INSTANCE
public MondrianServer serverForId(String instanceId)
instanceId
- Unique identifier of server instanceRuntimeException
- if no server instance existspublic String getCopyrightYear()
public String getProductVersion()
public int getSchemaVersion()
public MondrianServer.MondrianVersion getVersion()
public MondrianServer createWithRepository(RepositoryContentFinder contentFinder, CatalogLocator catalogLocator)
Copyright © 2018 Hitachi Vantara. All rights reserved.