Class MemoryManager

java.lang.Object
com.softwaremining.cics.util.MemoryManager

public class MemoryManager extends Object
MemoryManager provides static methods to emulate the IBM EXEC CICS GETMAIN and FREEMAIN services in a Java environment.

The allocate(GetmainDO) method requests a block of memory according to the parameters encapsulated in a GetmainDO instance, returning a handle or error code. The free(FreemainDO) method releases previously allocated memory.

  • Constructor Details

    • MemoryManager

      public MemoryManager()
  • Method Details

    • allocate

      public static int allocate(GetmainDO getMainDO)
    • free

      public static int free(FreemainDO freeMainDO)