Hi all,

I have a question about how other are using the Application.isStopped() method.
If a given application is unhealthy (for example, broken client connectors), is
it appropriate for the Application to mark itself "stopped"?

I am writing a restlet that monitors the state of all applications within a
Container, and I'm wondering if a 'isHealthy' call is more appropriate (by an
interface that a subclass of the Application implements), or whether 'isStopped'
is a viable alternative.

Thanks.

Sumit

Reply via email to