Well, from HtmlModule:

  |    /** Keep track of the page views during a snapshot intervall. */
  |    private transient ConcurrentHashMap statistics = new ConcurrentHashMap();
  |  
  |    /** Our stat scheduler. */
  |    private Scheduler scheduler = new Scheduler();
  |  
  |    /** Plugin key to plugin instance. */
  |    private Map pluginKeyToPlugin = new HashMap();
  |  
  |    /** Content type to plugin instance. */
  |    private Map contentTypeToPlugin = new HashMap();
  |  
  |  

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838179


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to