/** *@serialDurationofthislease. *@see#getValue
*/ privatelong value; /** indicate compatibility with JDK 1.1.x version of class */ privatestaticfinallong serialVersionUID = -5713411624328831948L;
/** *ConstructsaleasewithaspecificVMIDandleaseduration.The *vmidmaybenull. *@paramidVMIDassociatedwiththislease *@paramdurationleaseduration
*/ public Lease(VMID id, long duration)
{
vmid = id;
value = duration;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.