On Tue, Dec 15, 2009 at 3:26 PM, Luciano Resende <[email protected]> wrote: > On Tue, Dec 15, 2009 at 3:31 AM, ant elder <[email protected]> wrote: >> On Wed, Dec 9, 2009 at 2:41 PM, ant elder <[email protected]> wrote: >> >>> Some to remove: >>> - all the ones using classloaders >>> - the Client Interface and just add the getService method to Node >>> - the destroy method >>> - the getInstance(String domainURI) as there's the createNode that >>> includes the URI >>> >> >> Another method to consider for removal is the Node start() method. I >> don't see why is thats needed now as after a node is created you can >> do nothing except start or stop it so it might as well just be created >> in the started state. If for some reason the was a need to pass around >> an unstarted Node you can just pass around a NodeConfiguration >> instead. >> >> ...ant >> > > Without start/stop, how do you restart a node after some configuration > changes ? >
You have to create a new node. Which is actually the same as it is now as there are no methods to update a Node after its created. ...ant
