Package org.pentaho.di.core.bowl


package org.pentaho.di.core.bowl
  • Class
    Description
     
    A Bowl is a generic container/context/workspace concept.
    A Registry that holds Factories that generate Manager classes from a Bowl.
    Wraps a WeakReference to a Bowl and provides equality based on the "==" equality of the referenced Bowl.
    This indicates that the implementing manager can both react to changes and can have others subscribe to changes, primarily for cache invalidation.
    Wraps a base factory to apply cache invalidation for updates from managers in parent bowls.
    This Bowl will access the default local configuration for Kettle.
     
     
    Interface to be notified by a Manager when changes are made.