Package org.jboss.messaging.core.plugin.postoffice.cluster

Examples of org.jboss.messaging.core.plugin.postoffice.cluster.QueueStats


         return -1;
      }

      public QueueStats getStats()
      {
         return new QueueStats(queueName, msgCount);
      }
View Full Code Here

TOP

Related Classes of org.jboss.messaging.core.plugin.postoffice.cluster.QueueStats

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.