public interface ProducerViewMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClientId() |
java.lang.String |
getConnectionId() |
java.lang.String |
getDestinationName() |
int |
getPercentageBlocked() |
java.lang.String |
getProducerId() |
int |
getProducerWindowSize() |
long |
getSentCount() |
long |
getSessionId() |
long |
getTotalTimeBlocked() |
java.lang.String |
getUserName()
Returns the User Name used to authorize creation of this Producer.
|
boolean |
isDestinationQueue() |
boolean |
isDestinationTemporary() |
boolean |
isDestinationTopic() |
boolean |
isDispatchAsync() |
boolean |
isProducerBlocked() |
void |
resetFlowControlStats() |
void |
resetStatistics() |
java.lang.String getClientId()
java.lang.String getConnectionId()
long getSessionId()
java.lang.String getProducerId()
java.lang.String getDestinationName()
boolean isDestinationQueue()
boolean isDestinationTopic()
boolean isDestinationTemporary()
int getProducerWindowSize()
boolean isDispatchAsync()
java.lang.String getUserName()
boolean isProducerBlocked()
long getTotalTimeBlocked()
int getPercentageBlocked()
void resetFlowControlStats()
void resetStatistics()
long getSentCount()
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.