Hello All,

Is there a special way in JBoss a bean/service could identify itself to another 
bean/service?
Let's say, we have some beans which make a call to a special bean, called 
Dispatcher. We want Dispatcher to replicate that call to all of beans but 
originator. To do that, we need to enumerate all beans injected previously into 
Dispatcher and make call to them, just skipping originator only. How do we 
identify originator among all of them? We probably can't pass 'this' to 
Dispatcher as 'this' might be mangled through all of invocations. Is there an 
alternative way to do that?


Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151849#4151849

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151849
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to