Package org.drip.service.env
Class InvocationManager
java.lang.Object
org.drip.service.env.InvocationManager
public class InvocationManager
extends java.lang.Object
InvocationManager records the manages the Build/Execution Environment of an Invocation.
- 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 InvocationManager()
-
Method Summary
Modifier and Type Method Description static boolean
Init()
Initialize the Invocation Managerstatic InvocationRecord
invocationRecord()
Retrieve the Invocation Recordstatic BuildRecord
latestBuildRecord()
Retrieve the Latest Build Recordstatic boolean
Setup()
Setup the Invocation Managerstatic boolean
Terminate()
Terminate the Invocation ManagerMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InvocationManager
public InvocationManager()
-
-
Method Details
-
Init
public static final boolean Init()Initialize the Invocation Manager- Returns:
- TRUE - The Invocation Manager successfully initialized
-
Setup
public static final boolean Setup()Setup the Invocation Manager- Returns:
- TRUE - The Invocation Manager successfully Setup
-
latestBuildRecord
Retrieve the Latest Build Record- Returns:
- The Latest Build Record
-
invocationRecord
Retrieve the Invocation Record- Returns:
- The Invocation Record
-
Terminate
public static final boolean Terminate()Terminate the Invocation Manager- Returns:
- TRUE - The Invocation Manager successfully terminated
-