public class ProducerView extends java.lang.Object implements ProducerViewMBean
| Modifier and Type | Field and Description |
|---|---|
protected ManagedRegionBroker |
broker |
protected java.lang.String |
clientId |
protected ProducerInfo |
info |
protected ActiveMQDestination |
lastUsedDestination |
protected java.lang.String |
userName |
| Constructor and Description |
|---|
ProducerView(ProducerInfo info,
java.lang.String clientId,
java.lang.String userName,
ManagedRegionBroker broker) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientId() |
java.lang.String |
getConnectionId() |
java.lang.String |
getDestinationName() |
java.lang.String |
getProducerId() |
int |
getProducerWindowSize() |
long |
getSessionId() |
java.lang.String |
getUserName()
Returns the User Name used to authorize creation of this Producer.
|
boolean |
isDestinationQueue() |
boolean |
isDestinationTemporary() |
boolean |
isDestinationTopic() |
boolean |
isDispatchAsync() |
java.lang.String |
toString() |
protected final ProducerInfo info
protected final java.lang.String clientId
protected final java.lang.String userName
protected final ManagedRegionBroker broker
protected ActiveMQDestination lastUsedDestination
public ProducerView(ProducerInfo info, java.lang.String clientId, java.lang.String userName, ManagedRegionBroker broker)
public java.lang.String getClientId()
getClientId in interface ProducerViewMBeanpublic java.lang.String getConnectionId()
getConnectionId in interface ProducerViewMBeanpublic long getSessionId()
getSessionId in interface ProducerViewMBeanpublic java.lang.String getProducerId()
getProducerId in interface ProducerViewMBeanpublic java.lang.String getDestinationName()
getDestinationName in interface ProducerViewMBeanpublic boolean isDestinationQueue()
isDestinationQueue in interface ProducerViewMBeanpublic boolean isDestinationTopic()
isDestinationTopic in interface ProducerViewMBeanpublic boolean isDestinationTemporary()
isDestinationTemporary in interface ProducerViewMBeanpublic int getProducerWindowSize()
getProducerWindowSize in interface ProducerViewMBeanpublic boolean isDispatchAsync()
isDispatchAsync in interface ProducerViewMBeanpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getUserName()
ProducerViewMBeangetUserName in interface ProducerViewMBeanCopyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.