public class ManagedDataSourceFactory extends Object
ManagedDataSource objects.| Constructor and Description |
|---|
ManagedDataSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedDataSource |
create(javax.activation.DataSource ds)
Create a
ManagedDataSource proxy for an existing data source. |
public static ManagedDataSource create(javax.activation.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 sourceManagedDataSourceCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.