Class BaseBowl

java.lang.Object
org.pentaho.di.core.bowl.BaseBowl
All Implemented Interfaces:
Bowl
Direct Known Subclasses:
DefaultBowl

public abstract class BaseBowl extends Object implements Bowl
  • Constructor Details

    • BaseBowl

      public BaseBowl()
  • Method Details

    • getConnectionManager

      public ConnectionManager getConnectionManager() throws org.pentaho.metastore.api.exceptions.MetaStoreException
      Description copied from interface: Bowl
      Gets a ConnectionManager for this Bowl. Uses a metastore from getMetastore(), so global connections will be returned as well. This ConnectionManager is effectively read-only. Since constructing and initializing ConnectionManagers can be expensive, and ConnectionManager instances don't share state, consumers should always use this method instead of ConnectionManager.getInstance()
      Specified by:
      getConnectionManager in interface Bowl
      Returns:
      ConnectionManager, never null.
      Throws:
      org.pentaho.metastore.api.exceptions.MetaStoreException