Class EnvManager

java.lang.Object
org.drip.service.env.EnvManager

public class EnvManager
extends java.lang.Object
EnvManager sets the environment/connection parameters, and populates the market parameters for the given EOD.



Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    EnvManager()  
  • Method Summary

    Modifier and Type Method Description
    static java.sql.Statement InitEnv​(java.lang.String strConfig)
    Initialize the Environment Setup
    static java.sql.Statement InitEnv​(java.lang.String strConfig, boolean bInvocationCapture)
    Initialize the logger, the database connections, the day count parameters, and day count objects.
    static boolean TerminateEnv()
    Terminate the Environment Frame Context

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EnvManager

      public EnvManager()
  • Method Details

    • InitEnv

      public static final java.sql.Statement InitEnv​(java.lang.String strConfig, boolean bInvocationCapture)
      Initialize the logger, the database connections, the day count parameters, and day count objects.
      Parameters:
      strConfig - String representing the full path of the configuration file
      bInvocationCapture - TRUE - Run the Invocation Capture
      Returns:
      SQL Statement representing the initialized object.
    • InitEnv

      public static final java.sql.Statement InitEnv​(java.lang.String strConfig)
      Initialize the Environment Setup
      Parameters:
      strConfig - String representing the full path of the configuration file
      Returns:
      SQL Statement representing the initialized object.
    • TerminateEnv

      public static final boolean TerminateEnv()
      Terminate the Environment Frame Context
      Returns:
      The Environment Frame Context is Terminated