ConnectionFactoryImpl.java | Class | OJB ConnectionFactory implemenation to bridge into the Avalon DataSource
connection pooling component defined in the Cocoon configuration.
This class has two faces to it:
- Avalon Component
- Instance of the class created and managed by Avalon container.
When instance is initialized, it looks up datasource components
service selector.
- OJB Managed Class
- Instances of the class are created and managed by OJB, as defined
in the OJB
repository.xml file. |