The new SCADomain class provides a "connect" API that is not implemented and
I would like to provide a very simple implementation to get started with
this capability.

This inititial implementation would use a class variable to store the last
instance created by "newInstance".   This instance could then be returned to
callers of the  "connect" method.  The current "close" instance method would
call a static method to remove the instance.  I could also use a map to
track created instances by URI but I am not sure if that complexity makes
any sense right now.

Any thoughts? Does this sound OK?

Thanks,

--Kevin

Reply via email to