Klasse RunningObjectTable
java.lang.Object
com.sun.jna.platform.win32.COM.util.RunningObjectTable
- Alle implementierten Schnittstellen:
IRunningObjectTable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibung(Package privat) ObjectFactory
(Package privat) RunningObjectTable
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RunningObjectTable
(RunningObjectTable raw, ObjectFactory factory) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCreates and returns an enumerator of all the objects currently registered in the running object table (ROT).<T> List
<T> getActiveObjectsByInterface
(Class<T> comInterface) Gets all the active (running) objects that support the give interface.
-
Felddetails
-
factory
ObjectFactory factory -
raw
-
-
Konstruktordetails
-
RunningObjectTable
-
-
Methodendetails
-
enumRunning
Beschreibung aus Schnittstelle kopiert:IRunningObjectTable
Creates and returns an enumerator of all the objects currently registered in the running object table (ROT).- Angegeben von:
enumRunning
in SchnittstelleIRunningObjectTable
-
getActiveObjectsByInterface
Beschreibung aus Schnittstelle kopiert:IRunningObjectTable
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.
- Angegeben von:
getActiveObjectsByInterface
in SchnittstelleIRunningObjectTable
- Parameter:
comInterface
-- Gibt zurück:
- active objects
-