Here's my use case.

 

All my services extend a basic service interface that has some management
methods in it like shutdown and methods for gathering metrics reports to see
various bits of information.

 

Is there a way to request all the available services in the distributed
domain?

 

I noticed in the embedded SCADomain, I can get the componentManager and
request the names of all the components which I can use to gather each of
the components by the given Service interface.

 

But, the other SCADomain, the getComponentManager method is commented out.

 

Currently I only need the embedded one, but in the future I will probably
have to deal with the distributed domain. Are there plans for implementing
the capability for the distributed model?

 

-Jason Clark

 




Reply via email to