|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.management.j2ee.statistics.StatsBase (src)
org.jboss.management.j2ee.statistics.JMSEndpointStatsImpl (src)
org.jboss.management.j2ee.statistics.JMSProducerStatsImpl
Represents a statistics provided by a JMS message producer
Constructor Summary | |
JMSProducerStatsImpl(java.lang.String pDestination,
CountStatistic (src) pMessageCount,
CountStatistic (src) pPendingMessageCount,
CountStatistic (src) pExpiredMessageCount,
TimeStatistic (src) pMessageWaitTime)
|
Method Summary | |
java.lang.String |
getDestination()
Returns a string that encapsulates the identity of the message destination |
Methods inherited from class org.jboss.management.j2ee.statistics.JMSEndpointStatsImpl (src) |
getExpiredMessageCount, getMessageCount, getMessageWaitTime, getPendingMessageCount |
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase (src) |
addStatistic, getStatistic, getStatisticNames, getStatistics, reset, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.management.j2ee.statistics.JMSEndpointStats (src) |
getExpiredMessageCount, getMessageCount, getMessageWaitTime, getPendingMessageCount |
Methods inherited from interface javax.management.j2ee.statistics.Stats (src) |
getStatistic, getStatisticNames, getStatistics |
Constructor Detail |
public JMSProducerStatsImpl(java.lang.String pDestination, CountStatistic (src) pMessageCount, CountStatistic (src) pPendingMessageCount, CountStatistic (src) pExpiredMessageCount, TimeStatistic (src) pMessageWaitTime)
Method Detail |
public java.lang.String getDestination()
JMSProducerStats (src)
getDestination
in interface JMSProducerStats (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |