org.apache.openejb.resource.jdbc
Interface Router

All Known Implementing Classes:
AbstractRouter

public interface Router

The Router interface is responsible for providing the target data source to the $RoutedDataSource}. $Rev:$


Method Summary
 DataSource getDataSource()
          Used by $RoutedDataSource to get the active data source.
 

Method Detail

getDataSource

DataSource getDataSource()
Used by $RoutedDataSource to get the active data source.

Returns:
the data source to delegate to


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.