org.apache.synapse.util
Class DataSourceRegistrar

java.lang.Object
  extended by 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
           
 
Constructor Summary
DataSourceRegistrar()
           
 
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
 

Field Detail

log

public static final org.apache.commons.logging.Log log
Constructor Detail

DataSourceRegistrar

public DataSourceRegistrar()
Method Detail

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.