On Thu, May 19, 2011 at 1:49 PM, Simon Laws <simonsl...@googlemail.com>wrote:
> On Thu, May 19, 2011 at 1:21 PM, <antel...@apache.org> wrote: > > Author: antelder > > Date: Thu May 19 12:21:55 2011 > > New Revision: 1124705 > > > > URL: http://svn.apache.org/viewvc?rev=1124705&view=rev > > Log: > > Add a way to run commands on remote nodes and add Node API and Shell > commands to start and stop composites on remote nodes. Initial code so a > little prototypy but it does work so committing it now for review > > > <snip> > > Interesting, How are the members/nodes named/targeted? Haven't checked > this out yet so just asking. > > Presently its just up to the DomainRegistry impl, and there is a getMembers method on DomainRegistry to return the list of whats active. The Hazelcast regsitry just uses InetSocketAddress.toString() which looks something like: "/192.168.1.82:14820". I've mostly finished with the first cut of this set of changes i've been doing with getting distributed nodes working well so i'll post a summary of that to the ML shortly and we can review what things like the DomainRegistry interface has on it. ...ant