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 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:
      apply in interface org.pentaho.di.core.bowl.ManagerFactory<DatabaseManagementInterface>
      Throws:
      org.pentaho.di.core.exception.KettleException