Package org.jboss.messaging.util

Examples of org.jboss.messaging.util.ConcurrentReaderHashSet


  
  private Set listeners;
 
  public DefaultClusterNotifier()
  {
    listeners = new ConcurrentReaderHashSet();
  }
View Full Code Here


/* 45 */   private static final Logger log = Logger.getLogger(DefaultClusterNotifier.class);
/*    */   private Set listeners;
/*    */
/*    */   public DefaultClusterNotifier()
/*    */   {
/* 51 */     this.listeners = new ConcurrentReaderHashSet();
/*    */   }
View Full Code Here

TOP

Related Classes of org.jboss.messaging.util.ConcurrentReaderHashSet

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.