org.davic.net.tuning
Class NetworkInterfaceReservedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.davic.resources.ResourceStatusEvent
          extended by org.davic.net.tuning.NetworkInterfaceReservedEvent
All Implemented Interfaces:
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(Object ni)
          Constructor for the event
 
Method Summary
 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(Object ni)
Constructor for the event

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

getSource

public 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


Copyright © 2011. All Rights Reserved.