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.



Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    InvocationManager()  
  • Method Summary

    Modifier and Type Method Description
    static boolean Init()
    Initialize the Invocation Manager
    static InvocationRecord invocationRecord()
    Retrieve the Invocation Record
    static BuildRecord latestBuildRecord()
    Retrieve the Latest Build Record
    static boolean Setup()
    Setup the Invocation Manager
    static boolean Terminate()
    Terminate the Invocation Manager

    Methods 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

      public static final BuildRecord latestBuildRecord()
      Retrieve the Latest Build Record
      Returns:
      The Latest Build Record
    • invocationRecord

      public static final InvocationRecord 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