eu.xtreemos.xosd.reservationmanager.base
Class UpdateRequest

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

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

A class encapsulating a request of an existing local allocation entry.

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

Field Summary
 Request localRequest
          The reservation request's contents.
 CommunicationAddress nodeAddress
          The address of the node that the request applies to.
 java.lang.String reservationID
          The local allocation's ID.
 
Constructor Summary
UpdateRequest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeAddress

public CommunicationAddress nodeAddress
The address of the node that the request applies to.


reservationID

public java.lang.String reservationID
The local allocation's ID.


localRequest

public Request localRequest
The reservation request's contents.

Constructor Detail

UpdateRequest

public UpdateRequest()