|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.xtreemos.xosd.reservationmanager.base.ReservationSlot
public class ReservationSlot
The class for storing the reserved slots.
Field Summary | |
---|---|
java.util.Hashtable<java.lang.Class<?>,java.lang.Object> |
constraints
Constraints used to create the selection. |
java.lang.String |
id
The id of the slot (i.e., obtained from createReservation). |
java.util.ArrayList<TTElm> |
info
Array of elements with the information about the time table elements with a given id on a location. |
CommunicationAddress |
location
Location of the reservations |
java.lang.String |
resourceID
The resources's metric ID (e.g. |
Constructor Summary | |
---|---|
ReservationSlot()
|
Method Summary | |
---|---|
java.lang.String |
toString()
Converts to xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String id
public java.lang.String resourceID
public CommunicationAddress location
public java.util.ArrayList<TTElm> info
public java.util.Hashtable<java.lang.Class<?>,java.lang.Object> constraints
Constructor Detail |
---|
public ReservationSlot()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |