I just returned from vacation and haven't read the design doc yet.

Would it make sense to include:

  String getConfig();
  Properties getEnvironment();

Including the environment allows the developer to tag a node any way she
likes.

-----Original Message-----
>
> interface DsoNode {
>   String getId();
>   String getIp();
>   String getHostname();
>   String getDsoPort();
>   // ...
> }


_______________________________________________
tc-dev mailing list
tc-dev@lists.terracotta.org
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to