Skip navigation links
JNA API 4.5.2
com.sun.jna.platform.win32.COM.util

Interface IRunningObjectTable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Iterable<IDispatch> enumRunning()
      Creates and returns an enumerator of all the objects currently registered in the running object table (ROT).
      <T> java.util.List<T> getActiveObjectsByInterface(java.lang.Class<T> comInterface)
      Gets all the active (running) objects that support the give interface.
    • Method Detail

      • enumRunning

        java.lang.Iterable<IDispatch> enumRunning()
        Creates and returns an enumerator of all the objects currently registered in the running object table (ROT).
      • getActiveObjectsByInterface

        <T> java.util.List<T> getActiveObjectsByInterface(java.lang.Class<T> comInterface)
        Gets all the active (running) objects that support the give interface. Enumerates the running objects (via enumRunning), and returns a list of those for which queryInterface(iid) gives a valid result.
        Parameters:
        comInterface -
        Returns:
        active objects
JNA API 4.5.2

Copyright © 2007-2017 Timothy Wall. All Rights Reserved.