public interface IPentahoSystemExitPoint
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.Modifier and Type | Method and Description |
---|---|
void |
systemExitPoint()
Perform any system cleanup actions after the thread executes.
|