mondrian.olap
Class MondrianServerImpl

java.lang.Object
  extended by mondrian.olap.MondrianServer
      extended by mondrian.olap.MondrianServerImpl

 class MondrianServerImpl
extends MondrianServer

Implementation of MondrianServer.

Since:
Jun 25, 2006
Author:
jhyde
 

Nested Class Summary
 
Nested classes/interfaces inherited from class mondrian.olap.MondrianServer
MondrianServer.MondrianVersion
 
Field Summary
static String[] keywords
           
 
Constructor Summary
MondrianServerImpl()
           
 
Method Summary
 List<String> getKeywords()
          Returns a list of MDX keywords.
 MondrianServer.MondrianVersion getVersion()
          Returns the version of this MondrianServer.
 
Methods inherited from class mondrian.olap.MondrianServer
forConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keywords

public static final String[] keywords
Constructor Detail

MondrianServerImpl

MondrianServerImpl()
Method Detail

getVersion

public MondrianServer.MondrianVersion getVersion()
Description copied from class: MondrianServer
Returns the version of this MondrianServer.

Specified by:
getVersion in class MondrianServer

getKeywords

public List<String> getKeywords()
Description copied from class: MondrianServer
Returns a list of MDX keywords.

Specified by:
getKeywords in class MondrianServer
Returns:
list of MDX keywords

SourceForge.net_Logo