Package org.pentaho.di.shared
Class DatabaseConnectionManager.DatabaseConnectionManagerFactory
java.lang.Object
org.pentaho.di.shared.DatabaseConnectionManager.DatabaseConnectionManagerFactory
- All Implemented Interfaces:
org.pentaho.di.core.bowl.ManagerFactory<DatabaseManagementInterface>
- Enclosing class:
DatabaseConnectionManager
public static class DatabaseConnectionManager.DatabaseConnectionManagerFactory
extends Object
implements org.pentaho.di.core.bowl.ManagerFactory<DatabaseManagementInterface>
Factory for the DatabaseConnectionManager. This factory class is registered with BowlFactory registry
during the initialization in KettleEnvironment
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DatabaseConnectionManagerFactory
public DatabaseConnectionManagerFactory()
-
-
Method Details
-
apply
public DatabaseManagementInterface apply(org.pentaho.di.core.bowl.Bowl bowl) throws org.pentaho.di.core.exception.KettleException - Specified by:
applyin interfaceorg.pentaho.di.core.bowl.ManagerFactory<DatabaseManagementInterface>- Throws:
org.pentaho.di.core.exception.KettleException
-