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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedRunningObjectTable(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:IRunningObjectTableCreates and returns an enumerator of all the objects currently registered in the running object table (ROT).- Angegeben von:
enumRunningin SchnittstelleIRunningObjectTable
-
getActiveObjectsByInterface
Beschreibung aus Schnittstelle kopiert:IRunningObjectTableGets 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:
getActiveObjectsByInterfacein SchnittstelleIRunningObjectTable- Parameter:
comInterface-- Gibt zurück:
- active objects
-