git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1049466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-12-15 09:50:36 +00:00
parent 1355cf5810
commit c75ff7f163
5 changed files with 6 additions and 6 deletions

View File

@ -244,7 +244,7 @@ public class SubscriptionView implements SubscriptionViewMBean {
/**
* @return number of messages that matched the subscription
*/
public long getDispachedCounter() {
public long getDispatchedCounter() {
return subscription != null ? subscription.getDispatchedCounter() : 0;
}

View File

@ -113,7 +113,7 @@ public interface SubscriptionViewMBean {
* @return number of messages that matched the subscription
*/
@MBeanInfo("Number of messages that sent to the client.")
long getDispachedCounter();
long getDispatchedCounter();
/**
* @return number of messages that matched the subscription

View File

@ -110,7 +110,7 @@ No connection could be found for ID <c:out value="${requestContext.connectionQue
<td><c:out value="${consumer.selector}" /></td>
<td><c:out value="${consumer.enqueueCounter}" /></td>
<td><c:out value="${consumer.dequeueCounter}" /></td>
<td><c:out value="${consumer.dispachedCounter}" /></td>
<td><c:out value="${consumer.dispatchedCounter}" /></td>
<td><c:out value="${consumer.dispatchedQueueSize}" /></td>
<td>
<c:out value="${consumer.prefetchSize}" /><br/>

View File

@ -59,7 +59,7 @@
<td>${row.selector}</td>
<td>${row.enqueueCounter}</td>
<td>${row.dequeueCounter}</td>
<td>${row.dispachedCounter}</td>
<td>${row.dispatchedCounter}</td>
<td>${row.dispatchedQueueSize}</td>
<td>
${row.prefetchSize}<br/>

View File

@ -99,7 +99,7 @@
<td>${row.selector}</td>
<td>${row.pendingQueueSize}</td>
<td>${row.dispatchedQueueSize}</td>
<td>${row.dispachedCounter}</td>
<td>${row.dispatchedCounter}</td>
<td>${row.enqueueCounter}</td>
<td>${row.dequeueCounter}</td>
<td>
@ -140,7 +140,7 @@
<td>${row.selector}</td>
<td>${row.pendingQueueSize}</td>
<td>${row.dispatchedQueueSize}</td>
<td>${row.dispachedCounter}</td>
<td>${row.dispatchedCounter}</td>
<td>${row.enqueueCounter}</td>
<td>${row.dequeueCounter}</td>
<td>