Package org.drip.service.env
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.
- 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 strConfig)
Initialize the Environment Setupstatic 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 ContextMethods 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 filebInvocationCapture
- 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
-