Schnittstelle IRunningObjectTable

Alle bekannten Implementierungsklassen:
RunningObjectTable

public interface IRunningObjectTable
Java friendly version of IRunningObjectTable
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Creates and returns an enumerator of all the objects currently registered in the running object table (ROT).
    <T> List<T>
    Gets all the active (running) objects that support the give interface.
  • Methodendetails

    • enumRunning

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

    • getActiveObjectsByInterface

      <T> List<T> getActiveObjectsByInterface(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.

      Parameter:
      comInterface -
      Gibt zurück:
      active objects