Others have both start and stop methods. I'm fine to leave "destroy" as-is.
Thanks,
Raymond
--------------------------------------------------
From: "ant elder" <[email protected]>
Sent: Wednesday, February 03, 2010 7:11 AM
To: <[email protected]>
Subject: Re: Our story for Domain/Node
True. I guess you don't want to name it stop to match the others?
...ant
On Tue, Feb 2, 2010 at 5:06 PM, Raymond Feng <[email protected]> wrote:
Don't we have NodeFactory.destroy() already?
Thanks,
Raymond
--------------------------------------------------
From: "ant elder" <[email protected]>
Sent: Tuesday, February 02, 2010 2:08 AM
To: <[email protected]>
Subject: Re: Our story for Domain/Node
On Fri, Jan 29, 2010 at 9:43 PM, Raymond Feng <[email protected]>
wrote:
5) The NodeFactory can eagerly lookup the DomainRegistryFactory and
create/start EndpointRegistry without creating a Node.
* OSGi remote services needs to start to receive remote endpoints
before
any
node is created.
* SCAClientFactory implementation may need to connect to a domain when
it
is
created
The Tomcat integration needs this too (right now it just starts a
dummy node to start the registry), and also a way to shutdown the
registry so if the registry is going to be tied to the NodeFactory
then we'll need something like NodeFactory.stop too.
...ant