Interface IPentahoSystemExitPoint


public interface IPentahoSystemExitPoint
System Exit Point implementors are called with the action on a thread completes. This action gets invoked through the PentahoSystem static method systemExitPoint(). The exit point is mainly implemented to handle relational object persistence through Hibernate, but other objects that need to setup and teardown objects and state could add themselves to the ApplicationContext list of entry and exit point notifications.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform any system cleanup actions after the thread executes.
  • Method Details

    • systemExitPoint

      void systemExitPoint()
      Perform any system cleanup actions after the thread executes.