public class NetworkDestinationView extends java.lang.Object implements NetworkDestinationViewMBean
| Constructor and Description |
|---|
NetworkDestinationView(NetworkBridgeView networkBridgeView,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getCount()
Returns the number of messages that have been sent to the destination.
|
long |
getLastAccessTime() |
java.lang.String |
getName()
Returns the name of this destination
|
double |
getRate()
Returns the rate of messages that have been sent to the destination.
|
void |
messageSent() |
void |
resetStats()
Resets the managment counters.
|
public NetworkDestinationView(NetworkBridgeView networkBridgeView, java.lang.String name)
public java.lang.String getName()
getName in interface NetworkDestinationViewMBeanpublic void resetStats()
resetStats in interface NetworkDestinationViewMBeanpublic long getCount()
NetworkDestinationViewMBeangetCount in interface NetworkDestinationViewMBeanpublic double getRate()
NetworkDestinationViewMBeangetRate in interface NetworkDestinationViewMBeanpublic void messageSent()
public long getLastAccessTime()
public void close()
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.