org.pentaho.platform.api.engine
Interface IPentahoSystemExitPoint
- All Known Implementing Classes:
- HibernateUtil, SessionCleanupListener
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 |
void |
systemExitPoint()
Perform any system cleanup actions after the thread executes. |
systemExitPoint
void systemExitPoint()
- Perform any system cleanup actions after the thread executes.