public interface IPentahoSystemEntryPoint
PentahoSystem.systemEntryPoint(); The purpose of the entry point is to setup the environment as
 necessary to handle relational object persistence, starting transactions, initializing objects, or whatever
 needs to take place when some action starts in the server. Example invocations include action execution, agent
 startup, etc.| Modifier and Type | Method and Description | 
|---|---|
void | 
systemEntryPoint()
Perform operations necessary upon entry to the system. 
 |