public class ManagedDataSourceFactory extends Object
ManagedDataSource
objects.Constructor and Description |
---|
ManagedDataSourceFactory() |
Modifier and Type | Method and Description |
---|---|
static ManagedDataSource |
create(DataSource ds)
Create a
ManagedDataSource proxy for an existing data source. |
public static ManagedDataSource create(DataSource ds)
ManagedDataSource
proxy for an existing data source.
This will create a dynamic proxy implementing the same interfaces as
the original data source.ds
- the original data sourceManagedDataSource
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.