public class NetworkDestinationView extends Object implements NetworkDestinationViewMBean
| Constructor and Description | 
|---|
| NetworkDestinationView(NetworkBridgeView networkBridgeView,
                      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() | 
| 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, String name)
public 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–2016 FuseSource, Corp.. All rights reserved.