Thanks so much! -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Cecchet Sent: Friday, August 29, 2008 4:03 PM To: Sequoia general mailing list Subject: Re: [Sequoia] Help with JMX
Jonathan, You should probably just re-use org.continuent.sequoia.console.jmx.RmiJmxClient for the JMX client code. org.continuent.sequoia.console.text.commands.dbadmin.ShowBackend is what is used by the console to display the status of the backends. Reusing the code there should get you quickly on the right path. Hope this helps, Emmanuel > I'm new to JMX and need to get status from Sequoia in our app. For the > first rollout, all I need to know is when one of the backends has any > kind of problem. Is there any developer documentation that covers how > to interface with JMX, like the console does? I seem to remember > seeing something about it in one of the Sequoia docs, but now I can't > find it. I've looked through the source, but I'm not sure what I need > to be looking at because I'm just learning JMX. > How hard is it to create a client to listen for messages that tell me > if there's a problem with a backend? > Jonathan Stockho > Software Developer > Swisslog Healthcare Solutions > 10825 E. 47th Avenue > Denver, CO 80239 > Phone: 303-373-7814 > FAX: 303-373-7872 > e-mail: [EMAIL PROTECTED] > Internet: www.swisslog.com <http://www.swisslog.com> > ------------------------------------------------------------------------------------ > > *About Swisslog * > Swisslog designs solutions in logistics automation that greatly reduce > the manual flow of materials and associated information within > healthcare facilities. > This message may contain legally privileged or confidential > information and is therefore addressed to the named persons only. The > recipient should inform the sender and delete this message, if he/she > is not named as addressee. The sender disclaims any and all liability > for the integrity and punctuality of this message. The sender has > activated an automatic virus scanning, but does not guarantee the > virus free transmission of this message. > ------------------------------------------------------------------------ > > _______________________________________________ > Sequoia mailing list > [email protected] > https://forge.continuent.org/mailman/listinfo/sequoia -- Emmanuel Cecchet FTO @ Frog Thinker Open Source Development & Consulting -- Web: http://www.frogthinker.org email: [EMAIL PROTECTED] Skype: emmanuel_cecchet _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia This message may contain legally privileged or confidential information and is therefore addressed to the named persons only. The recipient should inform the sender and delete this message, if he/she is not named as addressee. The sender disclaims any and all liability for the integrity and punctuality of this message. The sender has activated an automatic virus scanning, but does not guarantee the virus free transmission of this message. _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
