public interface ProducerViewMBean
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
String |
getConnectionId() |
String |
getDestinationName() |
int |
getPercentageBlocked() |
String |
getProducerId() |
int |
getProducerWindowSize() |
long |
getSentCount() |
long |
getSessionId() |
long |
getTotalTimeBlocked() |
String |
getUserName()
Returns the User Name used to authorize creation of this Producer.
|
boolean |
isDestinationQueue() |
boolean |
isDestinationTemporary() |
boolean |
isDestinationTopic() |
boolean |
isDispatchAsync()
Deprecated.
This value is no longer used for producers.
|
boolean |
isProducerBlocked() |
void |
resetFlowControlStats() |
void |
resetStatistics() |
String getClientId()
String getConnectionId()
long getSessionId()
String getProducerId()
String getDestinationName()
boolean isDestinationQueue()
boolean isDestinationTopic()
boolean isDestinationTemporary()
int getProducerWindowSize()
@Deprecated boolean isDispatchAsync()
String getUserName()
boolean isProducerBlocked()
long getTotalTimeBlocked()
int getPercentageBlocked()
void resetFlowControlStats()
void resetStatistics()
long getSentCount()
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.