|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.olap.MondrianServer
public abstract class MondrianServer
Interface by which to control an instance of Mondrian.
Typically, there is only one instance of Mondrian per JVM. However, you
access a MondrianServer via the forConnection(mondrian.olap.Connection) method for future
expansion.
| Nested Class Summary | |
|---|---|
static interface |
MondrianServer.MondrianVersion
Description of the version of the server. |
| Constructor Summary | |
|---|---|
MondrianServer()
|
|
| Method Summary | |
|---|---|
static MondrianServer |
forConnection(Connection connection)
Returns the MondrianServer which hosts a given connection. |
abstract java.util.List<java.lang.String> |
getKeywords()
Returns a list of MDX keywords. |
abstract MondrianServer.MondrianVersion |
getVersion()
Returns the version of this MondrianServer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MondrianServer()
| Method Detail |
|---|
public static MondrianServer forConnection(Connection connection)
connection - Connectionpublic abstract MondrianServer.MondrianVersion getVersion()
public abstract java.util.List<java.lang.String> getKeywords()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||