Apache Geronimo > Discussion Forums  User List | Dev List | Wiki | Issue Tracker  

Question on letting several EJB3 SLSB timer beans share the same interface

View: New views
1 Messages — Rating Filter:   Alert me  

Question on letting several EJB3 SLSB timer beans share the same interface

by Jay D. McHugh-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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