Class RunningObjectTable
java.lang.Object
com.sun.jna.platform.win32.COM.util.RunningObjectTable
- All Implemented Interfaces:
IRunningObjectTable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ObjectFactory
(package private) RunningObjectTable
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RunningObjectTable
(RunningObjectTable raw, ObjectFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionCreates 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.
-
Field Details
-
factory
ObjectFactory factory -
raw
-
-
Constructor Details
-
RunningObjectTable
-
-
Method Details
-
enumRunning
Description copied from interface:IRunningObjectTable
Creates and returns an enumerator of all the objects currently registered in the running object table (ROT).- Specified by:
enumRunning
in interfaceIRunningObjectTable
-
getActiveObjectsByInterface
Description copied from interface: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.
- Specified by:
getActiveObjectsByInterface
in interfaceIRunningObjectTable
- Returns:
- active objects
-