Hi, again

I have found an section in the documentation.
but it is stil not very clear to me how this works.

see section : Timer Mbean
http://www.jboss.org/documentation/HTML/ch11s74.html

note for the writers of documentation :
please add the full package name to the examples

any help is welcome

greetz tbone

Software is like sex, it's better when it's free


----- Original Message -----
From: "Sacha Labourey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 09, 2001 2:45 PM
Subject: RE: [JBoss-user] Threads in jboss


> Hello,
>
> For this purpose you may implement a MBEAN. MBEANs are allowed to access
> system resources, create threads, act as socket servers, ... and... use
even
> use EJB ;) !
>
> Furthermore, if my memory serves, I think a timer MBEAN already exists in
> the JBoss distribution.
>
> Check the distribution or search the archive, I think people already spoke
> about this timer MBEAN previously.
>
> Cheers,
>
>
>
> Sacha
>
>
>
> > -----Message d'origine-----
> > Hi, everbody
> >
> > is there a way to program threads in jboss?
> >
> > the problem is that i need to notify may clients ( users ) on an
> > time based
> > approach ( 2 days )  when they forget fill in some data is there an way
to
> > do this?
> >
> > the only solution i have at the moment is with an servlet that loaded on
> > startup.
> > that starts an thread.
> > that checks the overdue dataforms in an registration system
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to