org.inria.myriads.snoozenode.localcontroller.monitoring.information
Class NetworkTrafficInformation

java.lang.Object
  extended by org.inria.myriads.snoozenode.localcontroller.monitoring.information.NetworkTrafficInformation

public final class NetworkTrafficInformation
extends Object

Holds the network traffic information.

Author:
Eugen Feller

Constructor Summary
NetworkTrafficInformation(String interfaceName)
          Network traffic information constructor.
 
Method Summary
 String getInterfaceName()
          Returns the interface name.
 org.inria.myriads.snoozecommon.communication.virtualcluster.monitoring.NetworkDemand getNetworkDemand()
          Returns the network demand.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkTrafficInformation

public NetworkTrafficInformation(String interfaceName)
Network traffic information constructor.

Parameters:
interfaceName - The interface name
Method Detail

getNetworkDemand

public org.inria.myriads.snoozecommon.communication.virtualcluster.monitoring.NetworkDemand getNetworkDemand()
Returns the network demand.

Returns:
The network demand

getInterfaceName

public String getInterfaceName()
Returns the interface name.

Returns:
The interface name


Copyright © 2012. All Rights Reserved.