|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eigenbase.xom.ElementDef mondrian.xmla.DataSourcesConfig.DataSource
public static class DataSourcesConfig.DataSource
Definition of a data source.
Field Summary | |
---|---|
static String |
AUTH_MODE_AUTHENTICATED
|
static String |
AUTH_MODE_INTEGRATED
|
static String |
AUTH_MODE_UNAUTHENTICATED
|
String |
authenticationMode
Ignored. |
DataSourcesConfig.Catalogs |
catalogs
One or more Catalogs. |
String |
dataSourceInfo
ConnectString of Mondrian (minus the catalog entry). |
String |
description
Description. |
String |
name
Name. |
static String |
PROVIDER_TYPE_DMP
|
static String |
PROVIDER_TYPE_MDP
|
static String |
PROVIDER_TYPE_TDP
|
String |
providerName
Customized Service Provider Name. |
String |
providerType
Ignored. |
String |
url
URL of Web Services invocation. |
Constructor Summary | |
---|---|
DataSourcesConfig.DataSource()
|
|
DataSourcesConfig.DataSource(DOMWrapper _def)
|
Method Summary | |
---|---|
void |
display(PrintWriter _out,
int _indent)
|
boolean |
displayDiff(ElementDef _other,
PrintWriter _out,
int _indent)
|
void |
displayXML(XMLOutput _out,
int _indent)
|
String |
getAuthenticationMode()
|
String |
getDataSourceDescription()
|
String |
getDataSourceInfo()
|
String |
getDataSourceName()
|
String |
getName()
|
String |
getProviderName()
|
String[] |
getProviderType()
|
String |
getURL()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String name
public String description
public String url
public String dataSourceInfo
public String providerName
public String providerType
public String authenticationMode
public DataSourcesConfig.Catalogs catalogs
public static final String PROVIDER_TYPE_TDP
public static final String PROVIDER_TYPE_MDP
public static final String PROVIDER_TYPE_DMP
public static final String AUTH_MODE_UNAUTHENTICATED
public static final String AUTH_MODE_AUTHENTICATED
public static final String AUTH_MODE_INTEGRATED
Constructor Detail |
---|
public DataSourcesConfig.DataSource()
public DataSourcesConfig.DataSource(DOMWrapper _def) throws XOMException
XOMException
Method Detail |
---|
public String getName()
getName
in interface NodeDef
getName
in class ElementDef
public void display(PrintWriter _out, int _indent)
public void displayXML(XMLOutput _out, int _indent)
displayXML
in interface NodeDef
displayXML
in class ElementDef
public boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
displayDiff
in class ElementDef
public String getDataSourceName()
public String getDataSourceDescription()
public String getURL()
public String getDataSourceInfo()
public String getProviderName()
public String[] getProviderType()
public String getAuthenticationMode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |