Package org.pentaho.platform.api.engine
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 methodsystemExitPoint().
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
systemExitPoint()
Perform any system cleanup actions after the thread executes.
-