RE: [JBoss-user] Message to User about JBoss Startup Complete

2003-08-01 Thread Muraly R
tification(Notification n, Object handback)   { // set an attribute that can be remotely introspected   state = true;   } } -Original Message- From: julien viet [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 24, 2003 9:02 AM To: Muraly R Subject: Re: [JBoss-user] Message to

Re: [JBoss-user] Message to User about JBoss Startup Complete

2003-07-24 Thread Brian Wallis
On Thu, 24 Jul 2003 23:01, julien viet wrote: > The started field could be added as an attribute on the > ServerImplMBean mbean. > > Actually there is no way to know, > though it is possible to know when the server starts because it sends a JMX > notification at this moment. > MR> Since my web ser

RE: [JBoss-user] Message to User about JBoss Startup Complete

2003-07-24 Thread Fred Hartman
handback) { // set an attribute that can be remotely introspected state = true; } } -Original Message- From: julien viet [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 9:02 AM To: Muraly R Subject: Re: [JBoss-user] Message to User about JBoss Startup Complete The

Re: [JBoss-user] Message to User about JBoss Startup Complete

2003-07-24 Thread julien viet
The started field could be added as an attribute on the ServerImplMBean mbean. Actually there is no way to know, though it is possible to know when the server starts because it sends a JMX notification at this moment. julien MR> Hi Gurus, MR> Objective MR> MR> Since my web server and a

[JBoss-user] Message to User about JBoss Startup Complete

2003-07-24 Thread Muraly R
Hi Gurus, Objective Since my web server and all other services start prior to JBoss, I want to provide a notification to user through the web UI, saying that the services are starting, if the user tries to access the application before the App. server is up. To Know === What I want