|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.runtime.api.DataSourceHelper
public class DataSourceHelper
Helper class to look up DataSources without having to deal with
vendor-specific JNDI prefixes.
| Field Summary | |
|---|---|
static String |
DEFAULT_PREFIX
|
static String |
PREFIX_PROPERTY
|
| Method Summary | |
|---|---|
static void |
autodetectPrefix()
|
static DataSource |
getDataSource(String partialName)
Look up a datasource given a partial name. |
static String |
getDataSourceJNDIName(String partialName)
Look up a datasource JNDI name given a partial name. |
static String |
getDataSourceJNDIPrefix()
Get the JNDI prefix used for DataSource lookups. |
static Context |
getDefaultInitCtx()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PREFIX_PROPERTY
public static final String DEFAULT_PREFIX
| Method Detail |
|---|
public static void autodetectPrefix()
public static Context getDefaultInitCtx()
public static String getDataSourceJNDIPrefix()
public static String getDataSourceJNDIName(String partialName)
For a datasource "jdbc/foo", then it's sufficient to pass "foo" to this method.
partialName - the partial name
public static DataSource getDataSource(String partialName)
throws NamingException
For a datasource "jdbc/foo", then it's sufficient to pass "foo" to this method.
partialName - the partial name
NamingException
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||