"alesj" wrote :
|
| Where to hold such information?
|
Where you hold it now, e.g.:
protected Map<Class, ClassContext> contextsByClass =
CollectionsFactory.createConcurrentReaderMap();
private class ClassConext
{
private Set contexts;
// other info
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964986#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...