public interface IRunningObjectTable
IRunningObjectTable
Modifier and Type | Method and Description |
---|---|
Iterable<IDispatch> |
enumRunning()
Creates 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.
|
Iterable<IDispatch> enumRunning()
<T> List<T> getActiveObjectsByInterface(Class<T> comInterface)
comInterface
-