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. It provides the following Functions:
  • Initialize the logger, the database connections, the day count parameters, and day count objects
  • Initialize the Environment Setup
  • Terminate the Environment Frame Context

Module Computational Core Module
Library Computation Support
Project Environment, Product/Definition Containers, and Scenario/State Manipulation APIs
Package Library Module Loader Environment Manager

Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    EnvManager()  
  • Method Summary

    Modifier and Type Method Description
    static java.sql.Statement InitEnv​(java.lang.String configPath)
    Initialize the Environment Setup
    static java.sql.Statement InitEnv​(java.lang.String configPath, boolean invocationCapture)
    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 configPath, boolean invocationCapture)
      Initialize the logger, the database connections, the day count parameters, and day count objects.
      Parameters:
      configPath - String representing the full path of the configuration file
      invocationCapture - TRUE - Run the Invocation Capture
      Returns:
      SQL Statement representing the initialized object.
    • InitEnv

      public static final java.sql.Statement InitEnv​(java.lang.String configPath)
      Initialize the Environment Setup
      Parameters:
      configPath - 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