public class ProducerView extends Object implements ProducerViewMBean
Modifier and Type | Field and Description |
---|---|
protected ManagedRegionBroker |
broker |
protected String |
clientId |
protected ProducerInfo |
info |
protected ActiveMQDestination |
lastUsedDestination |
protected String |
userName |
Constructor and Description |
---|
ProducerView(ProducerInfo info,
String clientId,
String userName,
ManagedRegionBroker broker) |
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
String |
getConnectionId() |
String |
getDestinationName() |
String |
getProducerId() |
int |
getProducerWindowSize() |
long |
getSessionId() |
String |
getUserName()
Returns the User Name used to authorize creation of this Producer.
|
boolean |
isDestinationQueue() |
boolean |
isDestinationTemporary() |
boolean |
isDestinationTopic() |
boolean |
isDispatchAsync() |
String |
toString() |
protected final ProducerInfo info
protected final ManagedRegionBroker broker
protected ActiveMQDestination lastUsedDestination
public ProducerView(ProducerInfo info, String clientId, String userName, ManagedRegionBroker broker)
public String getClientId()
getClientId
in interface ProducerViewMBean
public String getConnectionId()
getConnectionId
in interface ProducerViewMBean
public long getSessionId()
getSessionId
in interface ProducerViewMBean
public String getProducerId()
getProducerId
in interface ProducerViewMBean
public 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 String getUserName()
ProducerViewMBean
getUserName
in interface ProducerViewMBean
Copyright © 2005–2015. All rights reserved.