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
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
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
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
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