Class RunningObjectTable
java.lang.Object
com.sun.jna.platform.win32.COM.util.RunningObjectTable
- All Implemented Interfaces:
- IRunningObjectTable
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) ObjectFactory(package private) RunningObjectTable
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedRunningObjectTable(RunningObjectTable raw, ObjectFactory factory) 
- 
Method SummaryModifier 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- 
factoryObjectFactory factory
- 
raw
 
- 
- 
Constructor Details- 
RunningObjectTable
 
- 
- 
Method Details- 
enumRunningDescription copied from interface:IRunningObjectTableCreates and returns an enumerator of all the objects currently registered in the running object table (ROT).- Specified by:
- enumRunningin interface- IRunningObjectTable
 
- 
getActiveObjectsByInterfaceDescription copied from interface: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. - Specified by:
- getActiveObjectsByInterfacein interface- IRunningObjectTable
- Returns:
- active objects
 
 
-