show/hide this revision's text 2 added 38 characters in body; edited title

monitoring & alerts for in a j2se application

I am designing a J2SE application. And , and looking for a solution for monitoring and alerts. The requirements are:

  1. Objects can report their status and issue alerts when they have problems.
  2. Calling some pre-defined methods on specific objects (e.g. to dump their state)state).
  3. Monitoring JVM health, esp. especially memory statususage.
  4. Preferably access all of the above from a remote computer.

What would be the best solution for that? Anything involving JMX?

show/hide this revision's text 1

monitoring & alerts for in j2se application

I am designing a J2SE application. And looking for a solution for monitoring and alerts. The requirements are:

  1. Objects can report their status and issue alerts when they have problems.
  2. Calling some pre-defined methods on specific objects (e.g. to dump their state)
  3. Monitoring JVM health, esp. memory status
  4. Preferably access all of the above from a remote computer

What would be the best solution for that?