[Red5] IScheduledJob
Art Clarke
aclarke at vlideshow.com
Tue Nov 27 10:34:04 PST 2007
Hi folks,
Stupid question #2: Any recommendations on how to set up a IScheduledJob in
a Red5 service (i.e. not an ApplicationAdapter)?
What I'm trying to do is set up a job that runs every second, checks all
events my service has generated, and then sends them off to any flash
clients who had previously indicated interest.
My Red5 service class doesn't have access (as far as I can tell) to the
ApplicationAdapter object, and so I can't grab it's implementation of
ISchedulingService to use (for example:
app.addScheduledJob(1000, myIScheduledJobObject);
)
I'd rather not implement my own scheduling. I'm sure there is a simple
either Red5 or Spring method that I just don't know.
Thanks in advance,
- Art
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20071127/ff09ea21/attachment.html
More information about the Red5
mailing list