eu.xtreemos.xosd.reservationmanager.base
Class NodeFreeSlots

java.lang.Object
  extended by eu.xtreemos.xosd.reservationmanager.base.NodeFreeSlots
All Implemented Interfaces:
java.io.Serializable

public class NodeFreeSlots
extends java.lang.Object
implements java.io.Serializable

The free slots related to a node.

Author:
matej.artac@xlab.si
See Also:
Serialized Form

Field Summary
 FreeSlots freeSlots
           
 CommunicationAddress nodeCommunicationAddress
           
 
Constructor Summary
NodeFreeSlots()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeCommunicationAddress

public CommunicationAddress nodeCommunicationAddress

freeSlots

public FreeSlots freeSlots
Constructor Detail

NodeFreeSlots

public NodeFreeSlots()