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

2007-07-17 Thread Venkata Krishnan
@ws.apache.org 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't seem to be any way to find if the current state of a Component is started or stopped

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
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 tuscany-dev@ws.apache.org Sent: Monday, July 16, 2007 4:00 PM Subject: Add isStarted

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

2007-07-16 Thread ant elder
] To: tuscany-dev tuscany-dev@ws.apache.org 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't seem to be any way to find if the current state of a Component is started