Package org.jboss.messaging.core.contract

Examples of org.jboss.messaging.core.contract.ClusterNotificationListener


  {
    Iterator iter = listeners.iterator();
   
    while (iter.hasNext())
    {
      final ClusterNotificationListener listener = (ClusterNotificationListener)iter.next();
     
      listener.notify(notification);
    }
  }
View Full Code Here


/*    */   {
/* 66 */     Iterator iter = this.listeners.iterator();
/*    */
/* 68 */     while (iter.hasNext())
/*    */     {
/* 70 */       ClusterNotificationListener listener = (ClusterNotificationListener)iter.next();
/*    */
/* 72 */       listener.notify(notification);
/*    */     }
/*    */   }
View Full Code Here

TOP

Related Classes of org.jboss.messaging.core.contract.ClusterNotificationListener

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.