Add isStarted() to o.a.t.sca.assembly.Component?

2007-07-16 Thread ant elder
For TUSCANY-1379 it seems easy enough to start or stop a component but there doesn't seem to be any way to find if the current state of a Component is started or stopped. Not sure if thats by design or not, what would people think about adding an isStarted method to the Component interface? ...

Re: Add isStarted() to o.a.t.sca.assembly.Component?

2007-07-16 Thread Raymond Feng
way, the management interface can find the corresponding RuntimeComponent and then control the lifecycle of a componenent. Thanks, Raymond - Original Message - From: "ant elder" <[EMAIL PROTECTED]> To: "tuscany-dev" Sent: Monday, July 16, 2007 4:00 PM Subject: A

Re: Add isStarted() to o.a.t.sca.assembly.Component?

2007-07-16 Thread ant elder
l Message - From: "ant elder" <[EMAIL PROTECTED]> To: "tuscany-dev" Sent: Monday, July 16, 2007 4:00 PM Subject: Add isStarted() to o.a.t.sca.assembly.Component? > For TUSCANY-1379 it seems easy enough to start or stop a component but > there > doesn'

Re: Add isStarted() to o.a.t.sca.assembly.Component?

2007-07-16 Thread Venkata Krishnan
Thanks, > Raymond > > - Original Message - > From: "ant elder" <[EMAIL PROTECTED]> > To: "tuscany-dev" > Sent: Monday, July 16, 2007 4:00 PM > Subject: Add isStarted() to o.a.t.sca.assembly.Component? > > > > For TUSCANY-