java.lang.Object | |
↳ | com.atlassian.jira.config.database.JndiDatasource |
A JNDI datasource
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Uses the given
link AtlassianBootstrapManager to acquire a Connection to the database defined by
this Datasource . | |||||||||||
Get the equivalent Ofbiz DatasourceInfo config class for this Datasource.
| |||||||||||
Provides the name of the datasource field that this datasource represents.
| |||||||||||
Provides a text description suitable for an administrator that identifies the datasource.
| |||||||||||
Get the JNDI name
|
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||
From interface
com.atlassian.jira.config.database.Datasource
|
Uses the given link AtlassianBootstrapManager
to acquire a Connection
to the database defined by
this Datasource
.
bootstrapManager | the bootstrapManager to use to get the connection. |
---|
BootstrapException |
---|
Get the equivalent Ofbiz DatasourceInfo config class for this Datasource. This effectively translates between this datasource and the ofbiz entityengine.xml of yore.
datasourceName | the ofbiz name of the datasource. |
---|---|
databaseType | the field-type for the datasource as defined in ofbiz field-types.xml |
schemaName | the name of the schema for the database (may be empty) |
Provides the name of the datasource field that this datasource represents. Effectively, it delegates the name of the datasource field when the configuration is being described to an administrator and will say "JDBC Config" or "JNDI Name" as appropriate.
Provides a text description suitable for an administrator that identifies the datasource.
databaseType | the field-type for the datasource as defined in ofbiz field-types.xml |
---|