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 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 TypeMethodDescriptionvoid
Perform any system cleanup actions after the thread executes.
-
Method Details
-
systemExitPoint
void systemExitPoint()Perform any system cleanup actions after the thread executes.
-