org.apache.synapse.util
Class DataSourceRegistrar
java.lang.Object
org.apache.synapse.util.DataSourceRegistrar
public class DataSourceRegistrar
- extends Object
Utility class to handle data source registration
|
Field Summary |
static org.apache.commons.logging.Log |
log
|
|
Method Summary |
static void |
registerDataSources(Properties dsProperties)
Register data sources in the JNDI context
Given properties should contains all the properties need for construct JNDI naming references |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final org.apache.commons.logging.Log log
DataSourceRegistrar
public DataSourceRegistrar()
registerDataSources
public static void registerDataSources(Properties dsProperties)
- Register data sources in the JNDI context
Given properties should contains all the properties need for construct JNDI naming references
- Parameters:
dsProperties - The source properties
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.