Question on letting several EJB3 SLSB timer beans share one interface class
(This will probably end up appearing twice eventually - sorry)
Hello all,
I have about 25 (currently - will probably increase over time) timer
beans that really only need to expose the method to schedule them.
But I haven't been able to figure out how to share one interface class
and still be able to inject the correct, particular timer out of the 25
different timer classes.
Is this possible/has anyone done anything like this?
Thanks,
Jay