org.davic.net.tuning
Class NetworkInterfaceReservedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.davic.resources.ResourceStatusEvent
          extended byorg.davic.net.tuning.NetworkInterfaceReservedEvent
All Implemented Interfaces:
java.io.Serializable

public class NetworkInterfaceReservedEvent
extends ResourceStatusEvent

This event informs that a particular network interface has been reserved by an application or other entity in the system.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NetworkInterfaceReservedEvent(java.lang.Object ni)
          Constructor for the event
 
Method Summary
 java.lang.Object getSource()
          Returns the network interface that has been reserved
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkInterfaceReservedEvent

public NetworkInterfaceReservedEvent(java.lang.Object ni)
Constructor for the event

Parameters:
ni - the NetworkInterface object representing the network interface that has been reserved.
Method Detail

getSource

public java.lang.Object getSource()
Returns the network interface that has been reserved

Overrides:
getSource in class ResourceStatusEvent
Returns:
the NetworkInterface object representing the network interface that has been reserved