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 ProducerViewMBean
public java.lang.String getConnectionId()
getConnectionId
in interface ProducerViewMBean
public long getSessionId()
getSessionId
in interface ProducerViewMBean
public java.lang.String getProducerId()
getProducerId
in interface ProducerViewMBean
public java.lang.String getDestinationName()
getDestinationName
in interface ProducerViewMBean
public boolean isDestinationQueue()
isDestinationQueue
in interface ProducerViewMBean
public boolean isDestinationTopic()
isDestinationTopic
in interface ProducerViewMBean
public boolean isDestinationTemporary()
isDestinationTemporary
in interface ProducerViewMBean
public int getProducerWindowSize()
getProducerWindowSize
in interface ProducerViewMBean
public boolean isDispatchAsync()
isDispatchAsync
in interface ProducerViewMBean
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getUserName()
ProducerViewMBean
getUserName
in interface ProducerViewMBean
Copyright © 2005-2017. All Rights Reserved.