Interface INativeScomProcessDataConnection

  • All Known Implementing Classes:
    NativeScomProcessDataConnection

    public interface INativeScomProcessDataConnection
    Special interface for getting and releasing SCOM process data with necessary components from native API
    • Method Detail

      • createScomData

        long createScomData()
        Gets address of SCOM process data with necessary components
        Returns:
        address of SCOM process data with necessary components
      • releaseScomData

        void releaseScomData​(long scomData)
        Releases SCOM process data with necessary components by its address
        Parameters:
        scomData - address of SCOM process data with necessary components
      • loadLibraries

        void loadLibraries​(String[] libraries)
        Special methods for loading external dynamic libraries
        Parameters:
        libraries - list of full libraries names, can't be null